aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/i2d_pu.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/i2d_pu.c')
-rw-r--r--crypto/asn1/i2d_pu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/asn1/i2d_pu.c b/crypto/asn1/i2d_pu.c
index 8139175e18..8f73d37d03 100644
--- a/crypto/asn1/i2d_pu.c
+++ b/crypto/asn1/i2d_pu.c
@@ -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)
{