Skip to content

Commit

Permalink
Comment on the meaning of OPENSSL_FIPS constant
Browse files Browse the repository at this point in the history
  • Loading branch information
khardix committed Feb 9, 2021
1 parent eb4ff0b commit e0380d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/crypto/crypto_util.h
Expand Up @@ -22,6 +22,8 @@
#ifndef OPENSSL_NO_ENGINE
# include <openssl/engine.h>
#endif // !OPENSSL_NO_ENGINE
// The FIPS-related functions are only available
// when the OpenSSL itself was compiled with FIPS support.
#ifdef OPENSSL_FIPS
# include <openssl/fips.h>
#endif // OPENSSL_FIPS
Expand Down

0 comments on commit e0380d9

Please sign in to comment.