diff options
author | Matt Caswell <matt@openssl.org> | 2014-12-17 14:21:54 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2014-12-18 20:57:05 +0100 |
commit | 5bafb04d2e8a792afbc97395410ef3291f3fbc8b (patch) | |
tree | a388c006076851d146eece229f3396319971582c /apps/genrsa.c | |
parent | Turn on OPENSSL_NO_DEPRECATED by default. (diff) | |
download | openssl-5bafb04d2e8a792afbc97395410ef3291f3fbc8b.tar.xz openssl-5bafb04d2e8a792afbc97395410ef3291f3fbc8b.zip |
Remove redundant OPENSSL_NO_DEPRECATED suppression
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/genrsa.c')
-rw-r--r-- | apps/genrsa.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/genrsa.c b/apps/genrsa.c index 54e30d343b..fe00af9bd2 100644 --- a/apps/genrsa.c +++ b/apps/genrsa.c @@ -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> |