summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/ssl.h21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index fa1027fa28..9f9343e69d 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.106 2017/01/22 06:36:49 jsing Exp $ */ 1/* $OpenBSD: ssl.h,v 1.107 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 *
@@ -730,25 +730,6 @@ struct ssl_ctx_st {
730 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl, 730 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
731 unsigned char *data, int len, int *copy); 731 unsigned char *data, int len, int *copy);
732 732
733 struct {
734 int sess_connect; /* SSL new conn - started */
735 int sess_connect_renegotiate;/* SSL reneg - requested */
736 int sess_connect_good; /* SSL new conne/reneg - finished */
737 int sess_accept; /* SSL new accept - started */
738 int sess_accept_renegotiate;/* SSL reneg - requested */
739 int sess_accept_good; /* SSL accept/reneg - finished */
740 int sess_miss; /* session lookup misses */
741 int sess_timeout; /* reuse attempt on timeouted session */
742 int sess_cache_full; /* session removed due to full cache */
743 int sess_hit; /* session reuse actually done */
744 int sess_cb_hit; /* session-id that was not
745 * in the cache was
746 * passed back via the callback. This
747 * indicates that the application is
748 * supplying session-id's from other
749 * processes - spooky :-) */
750 } stats;
751
752 int references; 733 int references;
753 734
754 /* if defined, these override the X509_verify_cert() calls */ 735 /* if defined, these override the X509_verify_cert() calls */