summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl3.h')
-rw-r--r--src/lib/libssl/ssl3.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h
index 7378136646..7fd00be2d3 100644
--- a/src/lib/libssl/ssl3.h
+++ b/src/lib/libssl/ssl3.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl3.h,v 1.21 2014/06/12 15:49:31 deraadt Exp $ */ 1/* $OpenBSD: ssl3.h,v 1.22 2014/06/13 04:29:13 miod 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 *
@@ -452,15 +452,6 @@ typedef struct ssl3_state_st {
452 452
453 int in_read_app_data; 453 int in_read_app_data;
454 454
455 /* Opaque PRF input as used for the current handshake.
456 * These fields are used only if TLSEXT_TYPE_opaque_prf_input is defined
457 * (otherwise, they are merely present to improve binary compatibility)
458 */
459 void *client_opaque_prf_input;
460 size_t client_opaque_prf_input_len;
461 void *server_opaque_prf_input;
462 size_t server_opaque_prf_input_len;
463
464 struct { 455 struct {
465 /* actually only needs to be 16+20 */ 456 /* actually only needs to be 16+20 */
466 unsigned char cert_verify_md[EVP_MAX_MD_SIZE*2]; 457 unsigned char cert_verify_md[EVP_MAX_MD_SIZE*2];