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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index 1c4c44b588..1d5467b47d 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.24 2016/09/04 16:49:24 jsing Exp $ */ 1/* $OpenBSD: x509.h,v 1.25 2016/11/04 10:29:19 beck 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 *
@@ -1281,6 +1281,8 @@ int X509_TRUST_get_flags(X509_TRUST *xp);
1281char *X509_TRUST_get0_name(X509_TRUST *xp); 1281char *X509_TRUST_get0_name(X509_TRUST *xp);
1282int X509_TRUST_get_trust(X509_TRUST *xp); 1282int X509_TRUST_get_trust(X509_TRUST *xp);
1283 1283
1284int X509_up_ref(X509 *x);
1285
1284/* BEGIN ERROR CODES */ 1286/* BEGIN ERROR CODES */
1285/* The following lines are auto generated by the script mkerr.pl. Any changes 1287/* The following lines are auto generated by the script mkerr.pl. Any changes
1286 * made after this point may be overwritten when the script is next run. 1288 * made after this point may be overwritten when the script is next run.