summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/asn1/a_string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/a_string.c b/src/lib/libcrypto/asn1/a_string.c
index 9086d3bec8..4501c18729 100644
--- a/src/lib/libcrypto/asn1/a_string.c
+++ b/src/lib/libcrypto/asn1/a_string.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: a_string.c,v 1.8 2022/05/16 20:41:24 tb Exp $ */ 1/* $OpenBSD: a_string.c,v 1.9 2022/05/16 20:44:17 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -95,7 +95,7 @@ ASN1_STRING_clear(ASN1_STRING *astr)
95 astr->data = NULL; 95 astr->data = NULL;
96 astr->length = 0; 96 astr->length = 0;
97} 97}
98 98
99void 99void
100ASN1_STRING_free(ASN1_STRING *astr) 100ASN1_STRING_free(ASN1_STRING *astr)
101{ 101{