artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ea232b
)
Zap a useless comment followed by a stray semicolon
author
tb
<tb@openbsd.org>
Sun, 4 Feb 2024 13:08:29 +0000
(13:08 +0000)
committer
tb
<tb@openbsd.org>
Sun, 4 Feb 2024 13:08:29 +0000
(13:08 +0000)
Noticed by Christian Andersen
usr.bin/openssl/ca.c
patch
|
blob
|
history
diff --git
a/usr.bin/openssl/ca.c
b/usr.bin/openssl/ca.c
index
1e802a4
..
6fedd22
100644
(file)
--- a/
usr.bin/openssl/ca.c
+++ b/
usr.bin/openssl/ca.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ca.c,v 1.5
7 2023/11/13 12:43:08
tb Exp $ */
+/* $OpenBSD: ca.c,v 1.5
8 2024/02/04 13:08:29
tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-2576,7
+2576,6
@@
get_certificate_status(const char *serial, CA_DB *db)
goto err;
}
if (strlen(serial) % 2) {
- /* Set the first char to 0 */ ;
row[DB_serial][0] = '0';
/* Copy String from serial to row[DB_serial] */