diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509v3.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509v3.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index c82ecae08a..2bc87f6047 100644 --- a/src/lib/libcrypto/x509/x509v3.h +++ b/src/lib/libcrypto/x509/x509v3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509v3.h,v 1.14 2022/01/14 09:01:36 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.15 2022/07/12 14:42:50 kn 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 | */ |
@@ -1036,10 +1036,6 @@ int X509v3_addr_validate_resource_set(STACK_OF(X509) *chain, IPAddrBlocks *ext, | |||
1036 | 1036 | ||
1037 | #endif /* !OPENSSL_NO_RFC3779 */ | 1037 | #endif /* !OPENSSL_NO_RFC3779 */ |
1038 | 1038 | ||
1039 | /* BEGIN ERROR CODES */ | ||
1040 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
1041 | * made after this point may be overwritten when the script is next run. | ||
1042 | */ | ||
1043 | void ERR_load_X509V3_strings(void); | 1039 | void ERR_load_X509V3_strings(void); |
1044 | 1040 | ||
1045 | /* Error codes for the X509V3 functions. */ | 1041 | /* Error codes for the X509V3 functions. */ |