diff options
author | tb <> | 2022-05-16 20:44:17 +0000 |
---|---|---|
committer | tb <> | 2022-05-16 20:44:17 +0000 |
commit | 9abc80e74f04483b93e6f782b24127d858734020 (patch) | |
tree | 136bcf48e3b4ea88927a19e10cd80938d45b64f1 | |
parent | 9d6ef43f022edfa4ee989dd7861fa804f2c9b61e (diff) | |
download | openbsd-9abc80e74f04483b93e6f782b24127d858734020.tar.gz openbsd-9abc80e74f04483b93e6f782b24127d858734020.tar.bz2 openbsd-9abc80e74f04483b93e6f782b24127d858734020.zip |
Remove a stray space
-rw-r--r-- | src/lib/libcrypto/asn1/a_string.c | 4 |
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 | ||
99 | void | 99 | void |
100 | ASN1_STRING_free(ASN1_STRING *astr) | 100 | ASN1_STRING_free(ASN1_STRING *astr) |
101 | { | 101 | { |