diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 6fcd59a852..bcae39aa52 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.115 2024/08/31 10:14:17 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.116 2024/08/31 10:16:52 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 | * |
@@ -721,8 +721,6 @@ EVP_PKEY * X509_REQ_get_pubkey(X509_REQ *req); | |||
721 | int i2d_re_X509_REQ_tbs(X509_REQ *req, unsigned char **pp); | 721 | int i2d_re_X509_REQ_tbs(X509_REQ *req, unsigned char **pp); |
722 | EVP_PKEY * X509_REQ_get0_pubkey(X509_REQ *req); | 722 | EVP_PKEY * X509_REQ_get0_pubkey(X509_REQ *req); |
723 | int X509_REQ_extension_nid(int nid); | 723 | int X509_REQ_extension_nid(int nid); |
724 | int * X509_REQ_get_extension_nids(void); | ||
725 | void X509_REQ_set_extension_nids(int *nids); | ||
726 | STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req); | 724 | STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req); |
727 | int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, | 725 | int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, |
728 | int nid); | 726 | int nid); |