X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ssl%2Fssl3.h;h=23eb156c04aa5249d427e37820a763210e690242;hb=c6ef15c494e49ecc505156c8063474b20e29ef6a;hp=6c7c4396824685140e5596c56bf19cf1c212d230;hpb=1a5adcfb5edfe23908b350f8757df405b0f5f71f;p=oweals%2Fopenssl.git diff --git a/ssl/ssl3.h b/ssl/ssl3.h index 6c7c439682..23eb156c04 100644 --- a/ssl/ssl3.h +++ b/ssl/ssl3.h @@ -530,15 +530,6 @@ typedef struct ssl3_state_st { int total_renegotiations; int num_renegotiations; int in_read_app_data; - /* - * Opaque PRF input as used for the current handshake. These fields are - * used only if TLSEXT_TYPE_opaque_prf_input is defined (otherwise, they - * are merely present to improve binary compatibility) - */ - void *client_opaque_prf_input; - size_t client_opaque_prf_input_len; - void *server_opaque_prf_input; - size_t server_opaque_prf_input_len; struct { /* actually only needs to be 16+20 */ unsigned char cert_verify_md[EVP_MAX_MD_SIZE * 2];