summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-02-17 12:29:39 +0100
committerDr. David von Oheimb <dev@ddvo.net>2021-02-18 16:50:12 +0100
commitc1be4d617cf9435e8326ebba643aa4d7cbcb3645 (patch)
tree19c7fb4fbca59427990d69b3fc3a14610bb9658d /include
parentdaf1300b80443b6bf0dec19085056ec407925d89 (diff)
Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14039)
Diffstat (limited to 'include')
-rw-r--r--include/crypto/x509.h2
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);