mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Tell OpenSSL that MD5 is not used for security in order to allow bro to work properly on a FIPS system
This commit is contained in:
parent
fa6e7219ff
commit
a72e9a8126
10 changed files with 97 additions and 47 deletions
|
@ -56,7 +56,7 @@ protected:
|
|||
DECLARE_SERIAL(MD5Val);
|
||||
|
||||
private:
|
||||
MD5_CTX ctx;
|
||||
EVP_MD_CTX* ctx;
|
||||
};
|
||||
|
||||
class SHA1Val : public HashVal {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue