Skip to content

Commit e0380d9

Browse files
committed
Comment on the meaning of OPENSSL_FIPS constant
1 parent eb4ff0b commit e0380d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/crypto/crypto_util.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
#ifndef OPENSSL_NO_ENGINE
2323
# include <openssl/engine.h>
2424
#endif // !OPENSSL_NO_ENGINE
25+
// The FIPS-related functions are only available
26+
// when the OpenSSL itself was compiled with FIPS support.
2527
#ifdef OPENSSL_FIPS
2628
# include <openssl/fips.h>
2729
#endif // OPENSSL_FIPS

0 commit comments

Comments
 (0)