Make all configuration macros available for application by making
[openssl.git] / crypto / pkcs7 / enc.c
index 2b56c2eff33356bfbcb26a6296525aaae48c64ad..7417f8a4e00b7f60df63095db052807721915e59 100644 (file)
@@ -128,7 +128,7 @@ char *argv[];
        PKCS7_set_type(p7,NID_pkcs7_enveloped);
 #endif
        if(!cipher)     {
-#ifndef NO_DES
+#ifndef OPENSSL_NO_DES
                cipher = EVP_des_ede3_cbc();
 #else
                fprintf(stderr, "No cipher selected\n");