summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s23_clnt.c
diff options
context:
space:
mode:
authorjsing <>2017-01-23 00:12:55 +0000
committerjsing <>2017-01-23 00:12:55 +0000
commitebf810ecb3df5037cf52818180e9d1f9b811019d (patch)
treedbb00e45128efea271755d0b8b656130a43435f6 /src/lib/libssl/s23_clnt.c
parentfcfe199cc99431d4e250ada852b3989b210b67ca (diff)
downloadopenbsd-ebf810ecb3df5037cf52818180e9d1f9b811019d.tar.gz
openbsd-ebf810ecb3df5037cf52818180e9d1f9b811019d.tar.bz2
openbsd-ebf810ecb3df5037cf52818180e9d1f9b811019d.zip
Move the stats struct from SSL_CTX to internal.
ok beck@
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/s23_clnt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/s23_clnt.c b/src/lib/libssl/s23_clnt.c
index c4fad5b011..a7ad53fd98 100644
--- a/src/lib/libssl/s23_clnt.c
+++ b/src/lib/libssl/s23_clnt.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s23_clnt.c,v 1.49 2017/01/03 16:57:15 jsing Exp $ */ 1/* $OpenBSD: s23_clnt.c,v 1.50 2017/01/23 00:12:54 jsing 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 *
@@ -174,7 +174,7 @@ ssl23_connect(SSL *s)
174 } 174 }
175 175
176 s->state = SSL23_ST_CW_CLNT_HELLO_A; 176 s->state = SSL23_ST_CW_CLNT_HELLO_A;
177 s->ctx->stats.sess_connect++; 177 s->ctx->internal->stats.sess_connect++;
178 s->init_num = 0; 178 s->init_num = 0;
179 break; 179 break;
180 180