diff options
Diffstat (limited to 'src/lib/libssl/ssl_local.h')
-rw-r--r-- | src/lib/libssl/ssl_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h index 1e38d3939e..d510f80d8c 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.2 2022/11/26 17:23:18 tb Exp $ */ | 1 | /* $OpenBSD: ssl_local.h,v 1.3 2022/12/26 07:31:44 jmc 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 | * |
@@ -1087,7 +1087,7 @@ struct ssl_st { | |||
1087 | STACK_OF(X509_NAME) *client_CA; | 1087 | STACK_OF(X509_NAME) *client_CA; |
1088 | 1088 | ||
1089 | /* set this flag to 1 and a sleep(1) is put into all SSL_read() | 1089 | /* set this flag to 1 and a sleep(1) is put into all SSL_read() |
1090 | * and SSL_write() calls, good for nbio debuging :-) */ | 1090 | * and SSL_write() calls, good for nbio debugging :-) */ |
1091 | int debug; | 1091 | int debug; |
1092 | long max_cert_list; | 1092 | long max_cert_list; |
1093 | int first_packet; | 1093 | int first_packet; |