summaryrefslogtreecommitdiffstats
path: root/src/crypto/x509/x509_r2x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/x509/x509_r2x.c')
-rw-r--r--src/crypto/x509/x509_r2x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/x509/x509_r2x.c b/src/crypto/x509/x509_r2x.c
index 3c8e9c0..85979ac 100644
--- a/src/crypto/x509/x509_r2x.c
+++ b/src/crypto/x509/x509_r2x.c
@@ -72,7 +72,7 @@ X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
if ((ret=X509_new()) == NULL)
{
- OPENSSL_PUT_ERROR(X509, X509_REQ_to_X509, ERR_R_MALLOC_FAILURE);
+ OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE);
goto err;
}