artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0976903
)
The tls_conninfo serial is also unused.
author
jsing
<jsing@openbsd.org>
Mon, 15 Aug 2016 15:44:58 +0000
(15:44 +0000)
committer
jsing
<jsing@openbsd.org>
Mon, 15 Aug 2016 15:44:58 +0000
(15:44 +0000)
lib/libtls/tls_internal.h
patch
|
blob
|
history
diff --git
a/lib/libtls/tls_internal.h
b/lib/libtls/tls_internal.h
index
e9a8b33
..
bbd231e
100644
(file)
--- a/
lib/libtls/tls_internal.h
+++ b/
lib/libtls/tls_internal.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: tls_internal.h,v 1.3
8 2016/08/15 15:41:50
jsing Exp $ */
+/* $OpenBSD: tls_internal.h,v 1.3
9 2016/08/15 15:44:58
jsing Exp $ */
/*
* Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org>
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
@@
-79,7
+79,6
@@
struct tls_conninfo {
char *hash;
char *issuer;
char *subject;
- char *serial;
time_t notbefore;
time_t notafter;