RSA, DSA, DH: Allow some given input to be NULL on already initialised keys
[openssl.git] / crypto / asn1 / a_type.c
index 283baaaeaed26e2dbcee3b21bfd1639de9ed5dd0..8dea2e0e5cbd6bb763e914a5ccf4b4d0b3ab6747 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_type.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/objects.h>
 #include "asn1_locl.h"