OpenSSL 1.1.1-pre2
This commit is contained in:
@@ -54,6 +54,6 @@ static const EVP_MD blake2b_md = {
|
||||
|
||||
const EVP_MD *EVP_blake2b512(void)
|
||||
{
|
||||
return (&blake2b_md);
|
||||
return &blake2b_md;
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user