mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-09 05:53: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();
|
.unwrap();
|
||||||
c.pad(false);
|
c.pad(false);
|
||||||
let _ = c.set_tag_len(16);
|
//let _ = c.set_tag_len(16);
|
||||||
let _ = self.2.replace(c);
|
let _ = self.2.replace(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue