Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-dev
[openssl.git] / include / openssl / opensslconf.h.in
index e44fe35bccac1a56983c3066e3890124b21d4266..a364bfb1ccce0330d99ad7c44f6c3512fa1b663a 100644 (file)
@@ -85,13 +85,7 @@ extern "C" {
 # define OPENSSL_API_COMPAT OPENSSL_MIN_API
 #endif
 
-/*
- * Do not deprecate things to be deprecated in version 3.0 before the
- * OpenSSL version number matches.
- */
-#if OPENSSL_VERSION_NUMBER < 0x30000000L
-# define DEPRECATEDIN_3(f)       f;
-#elif OPENSSL_API_COMPAT < 0x30000000L
+#if OPENSSL_API_COMPAT < 0x30000000L
 # define DEPRECATEDIN_3(f)       DECLARE_DEPRECATED(f)
 #else
 # define DEPRECATEDIN_3(f)