artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25aea26
)
fix indent
author
tb
<tb@openbsd.org>
Fri, 17 Dec 2021 11:25:22 +0000
(11:25 +0000)
committer
tb
<tb@openbsd.org>
Fri, 17 Dec 2021 11:25:22 +0000
(11:25 +0000)
lib/libcrypto/ct/ct_sct.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/ct/ct_sct.c
b/lib/libcrypto/ct/ct_sct.c
index
7f7be0d
..
ba02955
100644
(file)
--- a/
lib/libcrypto/ct/ct_sct.c
+++ b/
lib/libcrypto/ct/ct_sct.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ct_sct.c,v 1.
4 2021/12/05 09:37:46
tb Exp $ */
+/* $OpenBSD: ct_sct.c,v 1.
5 2021/12/17 11:25:22
tb Exp $ */
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
@@
-248,7
+248,7
@@
SCT_get_signature_nid(const SCT *sct)
case 1:
return NID_sha256WithRSAEncryption;
default:
- return NID_undef;
+
return NID_undef;
}
}
}