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