File tree 1 file changed +2
-7
lines changed
crates/hdfs-native/src/security
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 32
32
crate :: proto:: {
33
33
common:: TokenProto ,
34
34
hdfs:: {
35
- data_transfer_encryptor_message_proto:: DataTransferEncryptorStatus , CipherOptionProto ,
36
- CipherSuiteProto , DataTransferEncryptorMessageProto , DatanodeIdProto ,
37
- HandshakeSecretProto ,
35
+ data_transfer_encryptor_message_proto:: DataTransferEncryptorStatus ,
36
+ DataTransferEncryptorMessageProto , DatanodeIdProto , HandshakeSecretProto ,
38
37
} ,
39
38
} ,
40
39
tokio:: io:: { AsyncBufReadExt , BufStream } ,
@@ -613,10 +612,6 @@ impl SaslDatanodeConnection {
613
612
let message = DataTransferEncryptorMessageProto {
614
613
status : DataTransferEncryptorStatus :: Success as i32 ,
615
614
payload : Some ( payload) ,
616
- cipher_option : vec ! [ CipherOptionProto {
617
- suite: CipherSuiteProto :: AesCtrNopadding as i32 ,
618
- ..Default :: default ( )
619
- } ] ,
620
615
..Default :: default ( )
621
616
} ;
622
617
You can’t perform that action at this time.
0 commit comments