summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2022-05-16 20:44:17 +0000
committertb <>2022-05-16 20:44:17 +0000
commit9abc80e74f04483b93e6f782b24127d858734020 (patch)
tree136bcf48e3b4ea88927a19e10cd80938d45b64f1
parent9d6ef43f022edfa4ee989dd7861fa804f2c9b61e (diff)
downloadopenbsd-9abc80e74f04483b93e6f782b24127d858734020.tar.gz
openbsd-9abc80e74f04483b93e6f782b24127d858734020.tar.bz2
openbsd-9abc80e74f04483b93e6f782b24127d858734020.zip
Remove a stray space
-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{