Fix double free in d2i_PrivateKey().
[openssl.git] / crypto / asn1 / x_val.c
index ee75a1e2545f32c772f311b2fbe5422a6b966f8b..d9ebfe1c7e75d5c96d7dde44596df18c3af29f70 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_val.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/asn1t.h>
 #include <openssl/x509.h>