-/* $OpenBSD: ssl_locl.h,v 1.344 2021/05/16 08:24:21 jsing Exp $ */
+/* $OpenBSD: ssl_locl.h,v 1.345 2021/05/16 10:55:17 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
#include <openssl/stack.h>
#include "bytestring.h"
-#include "ssl_sigalgs.h"
#include "tls13_internal.h"
__BEGIN_HIDDEN_DECLS
STACK_OF(X509) *chain;
} CERT_PKEY;
+struct ssl_sigalg;
+
typedef struct ssl_handshake_tls12_st {
/* Used when SSL_ST_FLUSH_DATA is entered. */
int next_state;
-/* $OpenBSD: tls13_client.c,v 1.77 2021/03/29 16:46:09 jsing Exp $ */
+/* $OpenBSD: tls13_client.c,v 1.78 2021/05/16 10:55:17 jsing Exp $ */
/*
* Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org>
*
#include <openssl/ssl3.h>
#include "bytestring.h"
+#include "ssl_sigalgs.h"
#include "ssl_tlsext.h"
#include "tls13_handshake.h"
#include "tls13_internal.h"
-/* $OpenBSD: tls13_server.c,v 1.74 2021/03/29 16:46:09 jsing Exp $ */
+/* $OpenBSD: tls13_server.c,v 1.75 2021/05/16 10:55:17 jsing Exp $ */
/*
* Copyright (c) 2019, 2020 Joel Sing <jsing@openbsd.org>
* Copyright (c) 2020 Bob Beck <beck@openbsd.org>
#include <openssl/x509v3.h>
#include "ssl_locl.h"
+#include "ssl_sigalgs.h"
#include "ssl_tlsext.h"
#include "tls13_handshake.h"