artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d21f500
)
zap stray tab
author
tb
<tb@openbsd.org>
Sat, 7 May 2022 10:31:54 +0000
(10:31 +0000)
committer
tb
<tb@openbsd.org>
Sat, 7 May 2022 10:31:54 +0000
(10:31 +0000)
lib/libcrypto/dsa/dsa_meth.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/dsa/dsa_meth.c
b/lib/libcrypto/dsa/dsa_meth.c
index
f8ed035
..
cd23283
100644
(file)
--- a/
lib/libcrypto/dsa/dsa_meth.c
+++ b/
lib/libcrypto/dsa/dsa_meth.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: dsa_meth.c,v 1.
2 2022/01/07 09:35:36
tb Exp $ */
+/* $OpenBSD: dsa_meth.c,v 1.
3 2022/05/07 10:31:54
tb Exp $ */
/*
* Copyright (c) 2018 Theo Buehler <tb@openbsd.org>
*
@@
-60,7
+60,7
@@
DSA_meth_dup(const DSA_METHOD *meth)
free(copy);
return NULL;
}
-
+
return copy;
}