summaryrefslogtreecommitdiffstats
path: root/tcpd/tlsclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcpd/tlsclient.h')
-rw-r--r--tcpd/tlsclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcpd/tlsclient.h b/tcpd/tlsclient.h
index 1619449..b8eadbc 100644
--- a/tcpd/tlsclient.h
+++ b/tcpd/tlsclient.h
@@ -2,7 +2,7 @@
#define tlsclient_h
/*
-** Copyright 2000-2001 Double Precision, Inc.
+** Copyright 2000-2018 Double Precision, Inc.
** See COPYING for distribution information.
*/
@@ -36,6 +36,7 @@ struct couriertls_info {
const char *cipher;
const char *version;
+ const char *username;
int bits;
} ;