Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / asn1 / asn1_lib.c
index f67ed0fc8663c861e323d20cf4f0a24eca4d1465..628b864015a4603903f5c88531aba70fffa9f19c 100644 (file)
@@ -58,8 +58,8 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "asn1.h"
-#include "asn1_mac.h"
+#include <openssl/asn1.h>
+#include <openssl/asn1_mac.h>
 
 #ifndef NOPROTO
 static int asn1_get_length(unsigned char **pp,int *inf,long *rl,int max);