summaryrefslogtreecommitdiff
path: root/lib/libssl/t1_enc.c
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2017-01-23 13:36:14 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2017-01-23 13:36:14 +0000
commit7ade76e5057fd428d2a7e2f38051c5370bb8d79e (patch)
tree49b43cc340f7ec571d272626a9dc8bdcbcf0d695 /lib/libssl/t1_enc.c
parentcd13ddbb9d3b9002e438550028b6b4196fe89182 (diff)
Split most of SSL_METHOD out into an internal variant, which is opaque.
Discussed with beck@
Diffstat (limited to 'lib/libssl/t1_enc.c')
-rw-r--r--lib/libssl/t1_enc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/t1_enc.c b/lib/libssl/t1_enc.c
index 2100faac225..c0abe762e6c 100644
--- a/lib/libssl/t1_enc.c
+++ b/lib/libssl/t1_enc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: t1_enc.c,v 1.91 2017/01/23 08:08:06 beck Exp $ */
+/* $OpenBSD: t1_enc.c,v 1.92 2017/01/23 13:36:13 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -784,7 +784,7 @@ tls1_setup_key_block(SSL *s)
goto err;
if (!(s->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) &&
- s->method->version <= TLS1_VERSION) {
+ s->method->internal->version <= TLS1_VERSION) {
/*
* Enable vulnerability countermeasure for CBC ciphers with
* known-IV problem (http://www.openssl.org/~bodo/tls-cbc.txt)