[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Tue Apr 21 03:25:52 UTC 2020
The branch master has been updated
via 7a92e804696fec77b9c07f03fbdf74a60b30e47a (commit)
from be9d82bb35812ac65cd92316d1ae7c7c75efe9cf (commit)
- Log -----------------------------------------------------------------
commit 7a92e804696fec77b9c07f03fbdf74a60b30e47a
Author: Pauli <paul.dale at oracle.com>
Date: Mon Apr 20 09:33:51 2020 +1000
gendsa: remove unnecessary OPENSSL_SUPPRESS_DEPRECATED definition
Reviewed-by: Paul Yang <kaishen.yy at antfin.com>
(Merged from https://github.com/openssl/openssl/pull/11570)
-----------------------------------------------------------------------
Summary of changes:
apps/gendsa.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/apps/gendsa.c b/apps/gendsa.c
index cd180ae5e6..e4f4126126 100644
--- a/apps/gendsa.c
+++ b/apps/gendsa.c
@@ -7,9 +7,6 @@
* https://www.openssl.org/source/license.html
*/
-/* We need to use some deprecated APIs */
-#define OPENSSL_SUPPRESS_DEPRECATED
-
#include <openssl/opensslconf.h>
#include <stdio.h>
More information about the openssl-commits
mailing list