summaryrefslogtreecommitdiffstats
path: root/apps/version.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-01-02 14:25:27 +0000
committerMatt Caswell <matt@openssl.org>2020-01-08 11:25:25 +0000
commit03047e7b7f64b054fa85d101e7097af5daf7a865 (patch)
tree38c18f72c1a38605c1dcf885d8b25df45e161ef8 /apps/version.c
parent339638b586e77c189e8294f931b99b03d1f08dbd (diff)
Deprecate Low Level Blowfish APIs
Applications should instead use the higher level EVP APIs, e.g. EVP_Encrypt*() and EVP_Decrypt*(). Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10740)
Diffstat (limited to 'apps/version.c')
-rw-r--r--apps/version.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/version.c b/apps/version.c
index 2b06f9221b..694013e110 100644
--- a/apps/version.c
+++ b/apps/version.c
@@ -141,9 +141,6 @@ opthelp:
#ifndef OPENSSL_NO_IDEA
printf(" %s", IDEA_options());
#endif
-#ifndef OPENSSL_NO_BF
- printf(" %s", BF_options());
-#endif
printf("\n");
}
if (cflags)