mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-08 13:33:44 +02:00
Comment out set_tag_len which is not necessary and seems to crash some OpenSSL versions (are they missing it?)
This commit is contained in:
parent
a4fd7318c2
commit
52770ddaef
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ mod openssl_aes {
|
|||
)
|
||||
.unwrap();
|
||||
c.pad(false);
|
||||
let _ = c.set_tag_len(16);
|
||||
//let _ = c.set_tag_len(16);
|
||||
let _ = self.2.replace(c);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue