diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-16 20:44:18 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-16 20:44:18 +0000 |
commit | a909b3a836dcf6c326c872b4b92c9424721a2d5a (patch) | |
tree | ec9b43c88304c9e8fd7cfcc510d1e29e44b02090 /lib/libcrypto/asn1 | |
parent | 09116d38cd86d822114b462d9dab4c7f60aa7f74 (diff) |
Remove a stray space
Diffstat (limited to 'lib/libcrypto/asn1')
-rw-r--r-- | lib/libcrypto/asn1/a_string.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/asn1/a_string.c b/lib/libcrypto/asn1/a_string.c index 9086d3bec8a..4501c187292 100644 --- a/lib/libcrypto/asn1/a_string.c +++ b/lib/libcrypto/asn1/a_string.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_string.c,v 1.8 2022/05/16 20:41:24 tb Exp $ */ +/* $OpenBSD: a_string.c,v 1.9 2022/05/16 20:44:17 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -95,7 +95,7 @@ ASN1_STRING_clear(ASN1_STRING *astr) astr->data = NULL; astr->length = 0; } - + void ASN1_STRING_free(ASN1_STRING *astr) { |