summaryrefslogtreecommitdiffstats
path: root/src/crypto/x509/x509_obj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/x509/x509_obj.c')
-rw-r--r--src/crypto/x509/x509_obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/x509/x509_obj.c b/src/crypto/x509/x509_obj.c
index 914e0de..b6f0816 100644
--- a/src/crypto/x509/x509_obj.c
+++ b/src/crypto/x509/x509_obj.c
@@ -184,7 +184,7 @@ char *X509_NAME_oneline(X509_NAME *a, char *buf, int len)
*p = '\0';
return(p);
err:
- OPENSSL_PUT_ERROR(X509, X509_NAME_oneline, ERR_R_MALLOC_FAILURE);
+ OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE);
if (b != NULL) BUF_MEM_free(b);
return(NULL);
}