Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / asn1 / i2d_pu.c
index 8139175e18e971bdbc3ed6c302249ab503e96e56..8f73d37d033b7d63a3ed7b1899baee666d6728f1 100644 (file)
@@ -58,9 +58,9 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "bn.h"
-#include "evp.h"
-#include "objects.h"
+#include <openssl/bn.h>
+#include <openssl/evp.h>
+#include <openssl/objects.h>
 
 int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp)
        {