diff options
Diffstat (limited to 'crypto/openssl/include/internal/fips.h')
| -rw-r--r-- | crypto/openssl/include/internal/fips.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/openssl/include/internal/fips.h b/crypto/openssl/include/internal/fips.h index 3f70c0de93c5..2e02ff77b7b4 100644 --- a/crypto/openssl/include/internal/fips.h +++ b/crypto/openssl/include/internal/fips.h @@ -8,14 +8,14 @@ */ #ifndef OSSL_INTERNAL_FIPS_H -# define OSSL_INTERNAL_FIPS_H -# pragma once +#define OSSL_INTERNAL_FIPS_H +#pragma once -# ifdef FIPS_MODULE +#ifdef FIPS_MODULE /* Return 1 if the FIPS self tests are running and 0 otherwise */ int ossl_fips_self_testing(void); -# endif /* FIPS_MODULE */ +#endif /* FIPS_MODULE */ #endif |
