diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2016-08-15 15:44:59 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2016-08-15 15:44:59 +0000 |
commit | 1a0a11100b231b0330e6834f276d22fcefeda00d (patch) | |
tree | 02970c58e938c6951b381495928ef4762cf52179 /lib/libtls/tls_internal.h | |
parent | 1830acd8526ffb798f783c5eb03817875fe63666 (diff) |
The tls_conninfo serial is also unused.
Diffstat (limited to 'lib/libtls/tls_internal.h')
-rw-r--r-- | lib/libtls/tls_internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libtls/tls_internal.h b/lib/libtls/tls_internal.h index e9a8b3340d2..bbd231e00ee 100644 --- a/lib/libtls/tls_internal.h +++ b/lib/libtls/tls_internal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls_internal.h,v 1.38 2016/08/15 15:41:50 jsing Exp $ */ +/* $OpenBSD: tls_internal.h,v 1.39 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; |