summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r--src/lib/libcrypto/x509/x509.h6
1 files changed, 1 insertions, 5 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. */