Fix double free in d2i_PrivateKey().
[openssl.git] / crypto / asn1 / a_utf8.c
index 23dc2e828ab63bffa26aaa6d87f53bb2368560d8..64e983e79a4bbd06af313e16e6208f9192164745 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_utf8.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/asn1.h>
 
 /* UTF8 utilities */