summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_string.c
diff options
context:
space:
mode:
authortb <>2022-05-16 20:44:17 +0000
committertb <>2022-05-16 20:44:17 +0000
commit30fd5107fb846be5cb70bfe51335086858aaca59 (patch)
tree136bcf48e3b4ea88927a19e10cd80938d45b64f1 /src/lib/libcrypto/asn1/a_string.c
parent4afd1ca3084c62249622d1a8baa32b9e0232712e (diff)
downloadopenbsd-30fd5107fb846be5cb70bfe51335086858aaca59.tar.gz
openbsd-30fd5107fb846be5cb70bfe51335086858aaca59.tar.bz2
openbsd-30fd5107fb846be5cb70bfe51335086858aaca59.zip
Remove a stray space
Diffstat (limited to 'src/lib/libcrypto/asn1/a_string.c')
-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{