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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index 92f012ea6d..f2df12f248 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.40 2018/02/22 17:09:28 jsing Exp $ */ 1/* $OpenBSD: x509.h,v 1.41 2018/02/22 17:22:02 jsing 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 *
@@ -1309,6 +1309,7 @@ char *X509_TRUST_get0_name(X509_TRUST *xp);
1309int X509_TRUST_get_trust(X509_TRUST *xp); 1309int X509_TRUST_get_trust(X509_TRUST *xp);
1310 1310
1311int X509_up_ref(X509 *x); 1311int X509_up_ref(X509 *x);
1312STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain);
1312 1313
1313/* BEGIN ERROR CODES */ 1314/* BEGIN ERROR CODES */
1314/* The following lines are auto generated by the script mkerr.pl. Any changes 1315/* The following lines are auto generated by the script mkerr.pl. Any changes