From 6595d1da161ce6d5aee40d4f5253e67421b114d5 Mon Sep 17 00:00:00 2001 From: jsing Date: Mon, 15 Aug 2016 15:44:58 +0000 Subject: [PATCH] The tls_conninfo serial is also unused. --- lib/libtls/tls_internal.h | 3 +-- 1 file changed, 1 insertion(+), 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 * Copyright (c) 2014 Joel Sing @@ -79,7 +79,6 @@ struct tls_conninfo { char *hash; char *issuer; char *subject; - char *serial; time_t notbefore; time_t notafter; -- 2.20.1