aboutsummaryrefslogtreecommitdiff
path: root/test/x509_internal_test.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-05-13 09:07:45 -0700
committerRichard Levitte <levitte@openssl.org>2019-05-29 09:32:50 +0200
commit878dc8dd9572a719d3b481e7f68af8bf17f4c68e (patch)
tree183f1438079fe7b423d374d8e2341099575ce06c /test/x509_internal_test.c
parentcdc5ae9c6597f5d7c5507645e6bc561858b91e3e (diff)
downloadopenssl-878dc8dd9572a719d3b481e7f68af8bf17f4c68e.zip
openssl-878dc8dd9572a719d3b481e7f68af8bf17f4c68e.tar.gz
openssl-878dc8dd9572a719d3b481e7f68af8bf17f4c68e.tar.bz2
Join the x509 and x509v3 directories
This has been long overdue. Note that this does not join the X509 and X509V3 error modules, that will be too many macro changes at this stage. Fixes #8919 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8925)
Diffstat (limited to 'test/x509_internal_test.c')
-rw-r--r--test/x509_internal_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/x509_internal_test.c b/test/x509_internal_test.c
index d6b4f4f..a17dfd93 100644
--- a/test/x509_internal_test.c
+++ b/test/x509_internal_test.c
@@ -23,8 +23,8 @@
*
***/
-#include "../crypto/x509v3/ext_dat.h"
-#include "../crypto/x509v3/standard_exts.h"
+#include "../crypto/x509/ext_dat.h"
+#include "../crypto/x509/standard_exts.h"
static int test_standard_exts(void)
{