diff options
Diffstat (limited to 'crypto/x509v3/v3_prn.c')
-rw-r--r-- | crypto/x509v3/v3_prn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/x509v3/v3_prn.c b/crypto/x509v3/v3_prn.c index 8ddc16b7cd..06a4f6964f 100644 --- a/crypto/x509v3/v3_prn.c +++ b/crypto/x509v3/v3_prn.c @@ -59,8 +59,8 @@ #include <stdio.h> #include "cryptlib.h" -#include "conf.h" -#include "x509v3.h" +#include <openssl/conf.h> +#include <openssl/x509v3.h> /* Extension printing routines */ |