artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d224bf8
)
ameth_lib: zap trailing empty line
author
tb
<tb@openbsd.org>
Fri, 29 Dec 2023 19:00:31 +0000
(19:00 +0000)
committer
tb
<tb@openbsd.org>
Fri, 29 Dec 2023 19:00:31 +0000
(19:00 +0000)
lib/libcrypto/asn1/ameth_lib.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/asn1/ameth_lib.c
b/lib/libcrypto/asn1/ameth_lib.c
index
cf3a965
..
ccde1e8
100644
(file)
--- a/
lib/libcrypto/asn1/ameth_lib.c
+++ b/
lib/libcrypto/asn1/ameth_lib.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ameth_lib.c,v 1.4
0 2023/12/29 10:59:00
tb Exp $ */
+/* $OpenBSD: ameth_lib.c,v 1.4
1 2023/12/29 19:00:31
tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2006.
*/
@@
-230,4
+230,3
@@
EVP_PKEY_asn1_add_alias(int to, int from)
EVPerror(ERR_R_DISABLED);
return 0;
}
-