diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/crypto/x509.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/x509.h b/include/crypto/x509.h index 4898eeed61..809f6e328e 100644 --- a/include/crypto/x509.h +++ b/include/crypto/x509.h @@ -318,7 +318,7 @@ int x509_init_sig_info(X509 *x); int asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *type, void *data, unsigned char *md, unsigned int *len, OSSL_LIB_CTX *libctx, const char *propq); -int X509_add_cert_new(STACK_OF(X509) **sk, X509 *cert, int flags); +int ossl_x509_add_cert_new(STACK_OF(X509) **sk, X509 *cert, int flags); int ossl_x509_add_certs_new(STACK_OF(X509) **p_sk, STACK_OF(X509) *certs, int flags); |