Add X25519 test vectors from RFC7748 6.1
[openssl.git] / crypto / pkcs12 / p12_decr.c
index 33831e92374475c836d49d5d76d9360b08e709bb..2a89a4894eeeebb7f22f817ec6d37392734be540 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_decr.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
@@ -63,7 +62,7 @@
 
 /* Define this to dump decrypted output to files called DERnnn */
 /*
- * #define DEBUG_DECRYPT
+ * #define OPENSSL_DEBUG_DECRYPT
  */
 
 /*
@@ -145,7 +144,7 @@ void *PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
         return NULL;
     }
     p = out;
-#ifdef DEBUG_DECRYPT
+#ifdef OPENSSL_DEBUG_DECRYPT
     {
         FILE *op;