OpenSSL 1.1.1-pre2
This commit is contained in:
@@ -43,5 +43,5 @@ unsigned char *MD2(const unsigned char *d, size_t n, unsigned char *md)
|
||||
#endif
|
||||
MD2_Final(md, &c);
|
||||
OPENSSL_cleanse(&c, sizeof(c)); /* Security consideration */
|
||||
return (md);
|
||||
return md;
|
||||
}
|
||||
Reference in New Issue
Block a user