Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()
[openssl.git] / include / crypto / x509.h
index 4898eeed61321b7a0fce8d1dec2a433cfe6cb093..809f6e328e11f4f6d90752b2aa166aa140f80189 100644 (file)
@@ -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);