aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_bitst.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509v3/v3_bitst.c')
-rw-r--r--crypto/x509v3/v3_bitst.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/x509v3/v3_bitst.c b/crypto/x509v3/v3_bitst.c
index b3b6c49af9..35cbc821ab 100644
--- a/crypto/x509v3/v3_bitst.c
+++ b/crypto/x509v3/v3_bitst.c
@@ -58,8 +58,8 @@
#include <stdio.h>
#include "cryptlib.h"
-#include "conf.h"
-#include "x509v3.h"
+#include <openssl/conf.h>
+#include <openssl/x509v3.h>
#ifndef NOPROTO
static ASN1_BIT_STRING *asn1_bit_string_new(void);