aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dsaparam.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-12-17 13:21:54 +0000
committerMatt Caswell <matt@openssl.org>2014-12-18 19:57:05 +0000
commit5bafb04d2e8a792afbc97395410ef3291f3fbc8b (patch)
treea388c006076851d146eece229f3396319971582c /apps/dsaparam.c
parent07c4c14c4739da0c44562328afb6e7273e51298c (diff)
downloadopenssl-5bafb04d2e8a792afbc97395410ef3291f3fbc8b.tar.gz
Remove redundant OPENSSL_NO_DEPRECATED suppression
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/dsaparam.c')
-rw-r--r--apps/dsaparam.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/dsaparam.c b/apps/dsaparam.c
index 8ee5d42ae7..fcbd794947 100644
--- a/apps/dsaparam.c
+++ b/apps/dsaparam.c
@@ -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>