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.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index bbbb174eb1..d4efaf3eca 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.59 2018/05/18 18:19:31 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.60 2018/05/18 18:23:24 tb 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 *
@@ -1076,11 +1076,13 @@ int X509_print_ex_fp(FILE *bp,X509 *x, unsigned long nmflag, unsigned long cfla
1076int X509_print_fp(FILE *bp,X509 *x); 1076int X509_print_fp(FILE *bp,X509 *x);
1077int X509_CRL_print_fp(FILE *bp,X509_CRL *x); 1077int X509_CRL_print_fp(FILE *bp,X509_CRL *x);
1078int X509_REQ_print_fp(FILE *bp,X509_REQ *req); 1078int X509_REQ_print_fp(FILE *bp,X509_REQ *req);
1079int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent, unsigned long flags); 1079int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent,
1080 unsigned long flags);
1080 1081
1081#ifndef OPENSSL_NO_BIO 1082#ifndef OPENSSL_NO_BIO
1082int X509_NAME_print(BIO *bp, X509_NAME *name, int obase); 1083int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase);
1083int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent, unsigned long flags); 1084int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
1085 unsigned long flags);
1084int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag); 1086int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag);
1085int X509_print(BIO *bp,X509 *x); 1087int X509_print(BIO *bp,X509 *x);
1086int X509_ocspid_print(BIO *bp,X509 *x); 1088int X509_ocspid_print(BIO *bp,X509 *x);