summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/is_fips.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/is_fips.c')
-rw-r--r--src/crypto/fipsmodule/is_fips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/fipsmodule/is_fips.c b/src/crypto/fipsmodule/is_fips.c
index bff1a058..4182dfb7 100644
--- a/src/crypto/fipsmodule/is_fips.c
+++ b/src/crypto/fipsmodule/is_fips.c
@@ -15,8 +15,8 @@
#include <openssl/crypto.h>
-/* This file exists in order to give the fipsmodule target, in non-FIPS mode,
- * something to compile. */
+// This file exists in order to give the fipsmodule target, in non-FIPS mode,
+// something to compile.
int FIPS_mode(void) {
#if defined(BORINGSSL_FIPS) && !defined(OPENSSL_ASAN)