diff options
| author | jmc <> | 2022-12-26 07:31:44 +0000 |
|---|---|---|
| committer | jmc <> | 2022-12-26 07:31:44 +0000 |
| commit | 66dae57727594a3234d5bf75a11f7e2bf4e6f766 (patch) | |
| tree | bd080f92299fab93a3662f75179fd0523c897c8f /src/lib/libssl/ssl_local.h | |
| parent | 2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120 (diff) | |
| download | openbsd-66dae57727594a3234d5bf75a11f7e2bf4e6f766.tar.gz openbsd-66dae57727594a3234d5bf75a11f7e2bf4e6f766.tar.bz2 openbsd-66dae57727594a3234d5bf75a11f7e2bf4e6f766.zip | |
spelling fixes; from paul tagliamonte
ok tb
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; |
