Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/x_info.c')
-rw-r--r--crypto/x509/x_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x_info.c b/crypto/x509/x_info.c
index f9e9ab84..be579d79 100644
--- a/crypto/x509/x_info.c
+++ b/crypto/x509/x_info.c
@@ -69,7 +69,7 @@ X509_INFO *X509_INFO_new(void)
ret=(X509_INFO *)OPENSSL_malloc(sizeof(X509_INFO));
if (ret == NULL)
{
- OPENSSL_PUT_ERROR(X509, X509_INFO_new, ERR_R_MALLOC_FAILURE);
+ OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE);
return(NULL);
}