We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4ff0b commit e0380d9Copy full SHA for e0380d9
src/crypto/crypto_util.h
@@ -22,6 +22,8 @@
22
#ifndef OPENSSL_NO_ENGINE
23
# include <openssl/engine.h>
24
#endif // !OPENSSL_NO_ENGINE
25
+// The FIPS-related functions are only available
26
+// when the OpenSSL itself was compiled with FIPS support.
27
#ifdef OPENSSL_FIPS
28
# include <openssl/fips.h>
29
#endif // OPENSSL_FIPS
0 commit comments