diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index ad21a3d28d..52daec611f 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_locl.h,v 1.344 2021/05/16 08:24:21 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.345 2021/05/16 10:55:17 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 | * |
| @@ -162,7 +162,6 @@ | |||
| 162 | #include <openssl/stack.h> | 162 | #include <openssl/stack.h> |
| 163 | 163 | ||
| 164 | #include "bytestring.h" | 164 | #include "bytestring.h" |
| 165 | #include "ssl_sigalgs.h" | ||
| 166 | #include "tls13_internal.h" | 165 | #include "tls13_internal.h" |
| 167 | 166 | ||
| 168 | __BEGIN_HIDDEN_DECLS | 167 | __BEGIN_HIDDEN_DECLS |
| @@ -417,6 +416,8 @@ typedef struct cert_pkey_st { | |||
| 417 | STACK_OF(X509) *chain; | 416 | STACK_OF(X509) *chain; |
| 418 | } CERT_PKEY; | 417 | } CERT_PKEY; |
| 419 | 418 | ||
| 419 | struct ssl_sigalg; | ||
| 420 | |||
| 420 | typedef struct ssl_handshake_tls12_st { | 421 | typedef struct ssl_handshake_tls12_st { |
| 421 | /* Used when SSL_ST_FLUSH_DATA is entered. */ | 422 | /* Used when SSL_ST_FLUSH_DATA is entered. */ |
| 422 | int next_state; | 423 | int next_state; |
