Update source files for deprecation at 3.0
[openssl.git] / apps / enc.c
index 611d0536bc931cc33070144b20a15daad1cffc5d..243cc1280cf1fe02833241a1c7f7f77a3870698b 100644 (file)
@@ -51,7 +51,7 @@ typedef enum OPTION_choice {
 const OPTIONS enc_options[] = {
     {"help", OPT_HELP, '-', "Display this summary"},
     {"list", OPT_LIST, '-', "List ciphers"},
-#if !OPENSSL_API_3
+#ifndef OPENSSL_NO_DEPRECATED_3_0
     {"ciphers", OPT_LIST, '-', "Alias for -list"},
 #endif
     {"in", OPT_IN, '<', "Input file"},