OpenSSL 1.1.1-pre2
This commit is contained in:
@@ -140,7 +140,7 @@ static const EVP_CIPHER chacha20 = {
|
||||
|
||||
const EVP_CIPHER *EVP_chacha20(void)
|
||||
{
|
||||
return (&chacha20);
|
||||
return &chacha20;
|
||||
}
|
||||
|
||||
# ifndef OPENSSL_NO_POLY1305
|
||||
|
||||
Reference in New Issue
Block a user