summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1/x_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/asn1/x_info.c')
-rw-r--r--lib/libcrypto/asn1/x_info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/asn1/x_info.c b/lib/libcrypto/asn1/x_info.c
index 05ac364fa73..c4769231582 100644
--- a/lib/libcrypto/asn1/x_info.c
+++ b/lib/libcrypto/asn1/x_info.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: x_info.c,v 1.16 2016/03/11 07:08:44 mmcc Exp $ */
+/* $OpenBSD: x_info.c,v 1.17 2017/01/29 17:49:22 beck Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -70,7 +70,7 @@ X509_INFO_new(void)
ret = malloc(sizeof(X509_INFO));
if (ret == NULL) {
- ASN1err(ASN1_F_X509_INFO_NEW, ERR_R_MALLOC_FAILURE);
+ ASN1error(ERR_R_MALLOC_FAILURE);
return (NULL);
}