From e0380d9568a34a0d89b6324f4bd1be500cd48cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Fri, 18 Dec 2020 14:58:32 +0100 Subject: [PATCH] Comment on the meaning of OPENSSL_FIPS constant --- src/crypto/crypto_util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/crypto/crypto_util.h b/src/crypto/crypto_util.h index c9f8c62a8d034f..82e970bb818a1d 100644 --- a/src/crypto/crypto_util.h +++ b/src/crypto/crypto_util.h @@ -22,6 +22,8 @@ #ifndef OPENSSL_NO_ENGINE # include #endif // !OPENSSL_NO_ENGINE +// The FIPS-related functions are only available +// when the OpenSSL itself was compiled with FIPS support. #ifdef OPENSSL_FIPS # include #endif // OPENSSL_FIPS