Commit 5bafb04d authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove redundant OPENSSL_NO_DEPRECATED suppression



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 07c4c14c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -57,11 +57,6 @@
 */

#include <openssl/opensslconf.h>	/* for OPENSSL_NO_DSA */
/* Until the key-gen callbacks are modified to use newer prototypes, we allow
 * deprecated functions for openssl-internal code */
#ifdef OPENSSL_NO_DEPRECATED
#undef OPENSSL_NO_DEPRECATED
#endif

#ifndef OPENSSL_NO_DSA
#include <assert.h>
+0 −5
Original line number Diff line number Diff line
@@ -58,11 +58,6 @@
 */

#include <openssl/opensslconf.h>
/* Until the key-gen callbacks are modified to use newer prototypes, we allow
 * deprecated functions for openssl-internal code */
#ifdef OPENSSL_NO_DEPRECATED
#undef OPENSSL_NO_DEPRECATED
#endif

#ifndef OPENSSL_NO_DH
#include <stdio.h>
+0 −5
Original line number Diff line number Diff line
@@ -57,11 +57,6 @@
 */

#include <openssl/opensslconf.h>
/* Until the key-gen callbacks are modified to use newer prototypes, we allow
 * deprecated functions for openssl-internal code */
#ifdef OPENSSL_NO_DEPRECATED
#undef OPENSSL_NO_DEPRECATED
#endif

#ifndef OPENSSL_NO_RSA
#include <stdio.h>
+0 −6
Original line number Diff line number Diff line
@@ -56,12 +56,6 @@
 * [including the GNU Public Licence.]
 */

/* Until the key-gen callbacks are modified to use newer prototypes, we allow
 * deprecated functions for openssl-internal code */
#ifdef OPENSSL_NO_DEPRECATED
#undef OPENSSL_NO_DEPRECATED
#endif

#include <stdio.h>
#include <stdlib.h>
#include <time.h>
+0 −5
Original line number Diff line number Diff line
@@ -140,11 +140,6 @@
 * OTHERWISE.
 */

/* Until the key-gen callbacks are modified to use newer prototypes, we allow
 * deprecated functions for openssl-internal code */
#ifdef OPENSSL_NO_DEPRECATED
#undef OPENSSL_NO_DEPRECATED
#endif

#include <assert.h>
#include <ctype.h>
Loading