summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509')
-rw-r--r--src/lib/libcrypto/x509/x509.h6
-rw-r--r--src/lib/libcrypto/x509/x509_err.c8
-rw-r--r--src/lib/libcrypto/x509/x509v3.h6
3 files changed, 3 insertions, 17 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index 8a78a4c38d..7795181efc 100644
--- a/src/lib/libcrypto/x509/x509.h
+++ b/src/lib/libcrypto/x509/x509.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.h,v 1.89 2022/01/10 14:13:03 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.90 2022/07/12 14:42:50 kn Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1123,10 +1123,6 @@ int X509_TRUST_get_trust(const X509_TRUST *xp);
1123int X509_up_ref(X509 *x); 1123int X509_up_ref(X509 *x);
1124STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain); 1124STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain);
1125 1125
1126/* BEGIN ERROR CODES */
1127/* The following lines are auto generated by the script mkerr.pl. Any changes
1128 * made after this point may be overwritten when the script is next run.
1129 */
1130void ERR_load_X509_strings(void); 1126void ERR_load_X509_strings(void);
1131 1127
1132/* Error codes for the X509 functions. */ 1128/* Error codes for the X509 functions. */
diff --git a/src/lib/libcrypto/x509/x509_err.c b/src/lib/libcrypto/x509/x509_err.c
index a8e9155718..588ed85411 100644
--- a/src/lib/libcrypto/x509/x509_err.c
+++ b/src/lib/libcrypto/x509/x509_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_err.c,v 1.16 2021/11/10 13:57:42 schwarze Exp $ */ 1/* $OpenBSD: x509_err.c,v 1.17 2022/07/12 14:42:50 kn Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -53,11 +53,6 @@
53 * 53 *
54 */ 54 */
55 55
56/* NOTE: this file was auto generated by the mkerr.pl script: any changes
57 * made to it will be overwritten when the script next updates this file,
58 * only reason strings will be preserved.
59 */
60
61#include <stdio.h> 56#include <stdio.h>
62 57
63#include <openssl/opensslconf.h> 58#include <openssl/opensslconf.h>
@@ -66,7 +61,6 @@
66#include <openssl/x509.h> 61#include <openssl/x509.h>
67#include <openssl/x509v3.h> 62#include <openssl/x509v3.h>
68 63
69/* BEGIN ERROR CODES */
70#ifndef OPENSSL_NO_ERR 64#ifndef OPENSSL_NO_ERR
71 65
72#define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509,func,0) 66#define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509,func,0)
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 */
1043void ERR_load_X509V3_strings(void); 1039void ERR_load_X509V3_strings(void);
1044 1040
1045/* Error codes for the X509V3 functions. */ 1041/* Error codes for the X509V3 functions. */