summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_local.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/ssl_local.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h
index 9666f3882a..dd8895f018 100644
--- a/src/lib/libssl/ssl_local.h
+++ b/src/lib/libssl/ssl_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_local.h,v 1.7 2023/07/06 07:56:32 beck Exp $ */ 1/* $OpenBSD: ssl_local.h,v 1.8 2023/11/19 15:51:49 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 *
@@ -865,12 +865,6 @@ struct ssl_ctx_st {
865 */ 865 */
866 unsigned int max_send_fragment; 866 unsigned int max_send_fragment;
867 867
868#ifndef OPENSSL_NO_ENGINE
869 /* Engine to pass requests for client certs to
870 */
871 ENGINE *client_cert_engine;
872#endif
873
874 /* RFC 4507 session ticket keys */ 868 /* RFC 4507 session ticket keys */
875 unsigned char tlsext_tick_key_name[16]; 869 unsigned char tlsext_tick_key_name[16];
876 unsigned char tlsext_tick_hmac_key[16]; 870 unsigned char tlsext_tick_hmac_key[16];