diff options
| author | tb <> | 2025-03-09 15:17:22 +0000 |
|---|---|---|
| committer | tb <> | 2025-03-09 15:17:22 +0000 |
| commit | 02325d3f08b84c968c0a9d0980ccca4efca3c676 (patch) | |
| tree | 08d72fa2e2521e07c1958b49caf20cec50549672 /src/lib/libcrypto/x509 | |
| parent | 85cb68064f0dbda5b0f9fd114c7c3eb0e727fa17 (diff) | |
| download | openbsd-02325d3f08b84c968c0a9d0980ccca4efca3c676.tar.gz openbsd-02325d3f08b84c968c0a9d0980ccca4efca3c676.tar.bz2 openbsd-02325d3f08b84c968c0a9d0980ccca4efca3c676.zip | |
Unexport X509_NAME_print()
Nothing uses this anymore. M2Crypto has been patched and a fix for
opensc has been upstreamed.
ok jsing
This is the start of a major bump. Don't build the tree until I have
synced sets in about 20 commits.
Diffstat (limited to 'src/lib/libcrypto/x509')
| -rw-r--r-- | src/lib/libcrypto/x509/x509.h | 3 |
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 |
| 791 | int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase); | ||
| 792 | int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent, | 791 | int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent, |
| 793 | unsigned long flags); | 792 | unsigned long flags); |
| 794 | int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag); | 793 | int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag); |
