Deprecate Low Level Blowfish APIs
[openssl.git] / apps / version.c
index 2b06f9221b63b8e657be0f60eee23695f84dd05f..694013e1108e788692acdb9bdf791cdc8d90694b 100644 (file)
@@ -140,9 +140,6 @@ opthelp:
 #endif
 #ifndef OPENSSL_NO_IDEA
         printf(" %s", IDEA_options());
-#endif
-#ifndef OPENSSL_NO_BF
-        printf(" %s", BF_options());
 #endif
         printf("\n");
     }