]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/common/securitycheck_fips.c
threads_pthread.c: change inline to ossl_inline
[thirdparty/openssl.git] / providers / common / securitycheck_fips.c
index 2bc8a5992685a68aa72bfac880e5a529520682fc..d1262d8795387b9c98763c99e7d68ed2204ee909 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2023 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -18,9 +18,7 @@
 #include <openssl/core_names.h>
 #include <openssl/obj_mac.h>
 #include "prov/securitycheck.h"
-
-int FIPS_security_check_enabled(OSSL_LIB_CTX *libctx);
-int FIPS_tls_prf_ems_check(OSSL_LIB_CTX *libctx);
+#include "prov/fipscommon.h"
 
 int ossl_securitycheck_enabled(OSSL_LIB_CTX *libctx)
 {