summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index c8c7ca5472..7f197bbcdf 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_locl.h,v 1.330 2021/03/24 18:44:00 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.331 2021/03/27 17:56:28 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -755,8 +755,6 @@ typedef struct ssl_internal_st {
755 755
756 /* XXX non-callback */ 756 /* XXX non-callback */
757 757
758 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
759
760 /* This holds a variable that indicates what we were doing 758 /* This holds a variable that indicates what we were doing
761 * when a 0 or -1 is returned. This is needed for 759 * when a 0 or -1 is returned. This is needed for
762 * non-blocking IO so we know what request needs re-doing when 760 * non-blocking IO so we know what request needs re-doing when