Add RSA sign to the fips provider
[openssl.git] / include / openssl / cterr.h
index 69e08a9973e8a13c04b6578f20a316697e859b2c..b0d904eb1f10a413582d87629ce486eb9e3fa877 100644 (file)
 
 #ifndef OPENSSL_CTERR_H
 # define OPENSSL_CTERR_H
+# pragma once
+
+# include <openssl/macros.h>
+# ifndef OPENSSL_NO_DEPRECATED_3_0
+#  define HEADER_CTERR_H
+# endif
 
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
@@ -27,7 +33,7 @@ int ERR_load_CT_strings(void);
 /*
  * CT function codes.
  */
-# if !OPENSSL_API_3
+# ifndef OPENSSL_NO_DEPRECATED_3_0
 #   define CT_F_CTLOG_NEW                                   0
 #   define CT_F_CTLOG_NEW_FROM_BASE64                       0
 #   define CT_F_CTLOG_NEW_FROM_CONF                         0