]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/Include/openssl/opensslconf.h
CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1j
[mirror_edk2.git] / CryptoPkg / Library / Include / openssl / opensslconf.h
index 3a2544ea5ccc15e6190e253186774c6c92d48f53..e5652be5ca00ecd91be0a9db38ec75b5f4e0b909 100644 (file)
@@ -2,7 +2,7 @@
  * WARNING: do not edit!\r
  * Generated from include/openssl/opensslconf.h.in\r
  *\r
- * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.\r
+ * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.\r
  *\r
  * Licensed under the OpenSSL license (the "License").  You may not use\r
  * this file except in compliance with the License.  You can obtain a copy\r
@@ -268,6 +268,11 @@ extern "C" {
 #   undef DECLARE_DEPRECATED\r
 #   define DECLARE_DEPRECATED(f)    f __attribute__ ((deprecated));\r
 #  endif\r
+#elif defined(__SUNPRO_C)\r
+#if (__SUNPRO_C >= 0x5130)\r
+#undef DECLARE_DEPRECATED\r
+#define DECLARE_DEPRECATED(f)    f __attribute__ ((deprecated));\r
+#endif\r
 # endif\r
 #endif\r
 \r