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 cb8c4660854..d2c4bcfe7ae 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.21 2024/04/09 13:55:02 beck Exp $ */
+/* $OpenBSD: x_info.c,v 1.22 2024/12/11 10:28:03 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -69,7 +69,7 @@ X509_INFO_new(void)
if ((ret = calloc(1, sizeof(X509_INFO))) == NULL) {
ASN1error(ERR_R_MALLOC_FAILURE);
- return (NULL);
+ return NULL;
}
ret->references = 1;