From b183f963907329f27ac265b912f6dbb1e7e2e1a5 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 14015f3950fa23..edf814add18a5d 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