summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/x509/x509.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index 7390aaebfb..a198b23202 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.120 2025/03/01 11:31:28 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.121 2025/03/09 15:17:22 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 *
@@ -788,7 +788,6 @@ int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent,
788 unsigned long flags); 788 unsigned long flags);
789 789
790#ifndef OPENSSL_NO_BIO 790#ifndef OPENSSL_NO_BIO
791int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase);
792int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent, 791int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
793 unsigned long flags); 792 unsigned long flags);
794int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag); 793int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag);