]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/macros.h
threads_pthread.c: change inline to ossl_inline
[thirdparty/openssl.git] / include / openssl / macros.h
index 55b825a1f1fbc3f035a28f9765d467ea94f7a90c..e9ef9387470c1fa2b4a63eedb1f303b33707fcd6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-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
  * 'no-deprecated'.
  */
 
-# undef OPENSSL_NO_DEPRECATED_3_2
+# undef OPENSSL_NO_DEPRECATED_3_1
 # undef OPENSSL_NO_DEPRECATED_3_0
 # undef OPENSSL_NO_DEPRECATED_1_1_1
 # undef OPENSSL_NO_DEPRECATED_1_1_0
 # undef OPENSSL_NO_DEPRECATED_1_0_0
 # undef OPENSSL_NO_DEPRECATED_0_9_8
 
-# if OPENSSL_API_LEVEL >= 30200
+# if OPENSSL_API_LEVEL >= 30100
 #  ifndef OPENSSL_NO_DEPRECATED
-#   define OSSL_DEPRECATEDIN_3_2                OSSL_DEPRECATED(3.2)
-#   define OSSL_DEPRECATEDIN_3_2_FOR(msg)       OSSL_DEPRECATED_FOR(3.2, msg)
+#   define OSSL_DEPRECATEDIN_3_1                OSSL_DEPRECATED(3.1)
+#   define OSSL_DEPRECATEDIN_3_1_FOR(msg)       OSSL_DEPRECATED_FOR(3.1, msg)
 #  else
-#   define OPENSSL_NO_DEPRECATED_3_2
+#   define OPENSSL_NO_DEPRECATED_3_1
 #  endif
 # else
-#  define OSSL_DEPRECATEDIN_3_2
-#  define OSSL_DEPRECATEDIN_3_2_FOR(msg)
+#  define OSSL_DEPRECATEDIN_3_1
+#  define OSSL_DEPRECATEDIN_3_1_FOR(msg)
 # endif
 # if OPENSSL_API_LEVEL >= 30000
 #  ifndef OPENSSL_NO_DEPRECATED