The tls_conninfo serial is also unused.
authorjsing <jsing@openbsd.org>
Mon, 15 Aug 2016 15:44:58 +0000 (15:44 +0000)
committerjsing <jsing@openbsd.org>
Mon, 15 Aug 2016 15:44:58 +0000 (15:44 +0000)
lib/libtls/tls_internal.h

index e9a8b33..bbd231e 100644 (file)
@@ -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;