summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_crt.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-27 12:41:53 +0100
committerDr. Stephen Henson <steve@openssl.org>2016-02-08 18:43:48 +0000
commit762ee38d55b0d0ca2a2e744b8e59dbc9f39c68a0 (patch)
tree3462904d259c073af0f05db08d4354105627e8a2 /crypto/pkcs12/p12_crt.c
parente8503762da9df43a414fc5d6c2d0399779f0ff33 (diff)
Use new names
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/pkcs12/p12_crt.c')
-rw-r--r--crypto/pkcs12/p12_crt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs12/p12_crt.c b/crypto/pkcs12/p12_crt.c
index c4632a9b95..71f8561352 100644
--- a/crypto/pkcs12/p12_crt.c
+++ b/crypto/pkcs12/p12_crt.c
@@ -189,7 +189,7 @@ PKCS12_SAFEBAG *PKCS12_add_cert(STACK_OF(PKCS12_SAFEBAG) **pbags, X509 *cert)
int keyidlen = -1;
/* Add user certificate */
- if ((bag = PKCS12_x5092certbag(cert)) == NULL)
+ if ((bag = PKCS12_SAFEBAG_new_cert(cert)) == NULL)
goto err;
/*