diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_lib.c')
-rw-r--r-- | src/lib/libcrypto/x509/x509_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_lib.c b/src/lib/libcrypto/x509/x509_lib.c index e209c055b6..f27e3315aa 100644 --- a/src/lib/libcrypto/x509/x509_lib.c +++ b/src/lib/libcrypto/x509/x509_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_lib.c,v 1.5 2022/11/14 17:48:50 beck Exp $ */ | 1 | /* $OpenBSD: x509_lib.c,v 1.6 2022/11/26 16:08:54 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 1999. | 3 | * project 1999. |
4 | */ | 4 | */ |
@@ -64,7 +64,7 @@ | |||
64 | #include <openssl/x509v3.h> | 64 | #include <openssl/x509v3.h> |
65 | 65 | ||
66 | #include "ext_dat.h" | 66 | #include "ext_dat.h" |
67 | #include "x509_lcl.h" | 67 | #include "x509_local.h" |
68 | 68 | ||
69 | static STACK_OF(X509V3_EXT_METHOD) *ext_list = NULL; | 69 | static STACK_OF(X509V3_EXT_METHOD) *ext_list = NULL; |
70 | 70 | ||