artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cfc246
)
Remove a stray space
author
tb
<tb@openbsd.org>
Mon, 16 May 2022 20:44:17 +0000
(20:44 +0000)
committer
tb
<tb@openbsd.org>
Mon, 16 May 2022 20:44:17 +0000
(20:44 +0000)
lib/libcrypto/asn1/a_string.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/asn1/a_string.c
b/lib/libcrypto/asn1/a_string.c
index
9086d3b
..
4501c18
100644
(file)
--- 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)
{