RT4320/GH705: Fix PEM parsing bug.
[openssl.git] / crypto / pkcs7 / pk7_enc.c
index 6983e014cd05fbab8f3834b68ec6461dd7084ba3..cf478434fd155e7c1c95866ded46b8f60b4f43a8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pk7_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -57,7 +56,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/rand.h>
 #include <openssl/objects.h>