We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6625d90 commit 43cea3eCopy full SHA for 43cea3e
1 file changed
tests/api.c
@@ -7120,6 +7120,12 @@ static int test_wolfSSL_EVP_CIPHER_CTX(void)
7120
7121
#if defined(HAVE_SSL_MEMIO_TESTS_DEPENDENCIES) || \
7122
defined(HAVE_IO_TESTS_DEPENDENCIES)
7123
+#ifdef WOLFSSL_HAVE_TLS_UNIQUE
7124
+ byte server_side_msg1[WC_MAX_DIGEST_SIZE]; /* msg sent by server */
7125
+ byte server_side_msg2[WC_MAX_DIGEST_SIZE]; /* msg received from client */
7126
+ byte client_side_msg1[WC_MAX_DIGEST_SIZE]; /* msg sent by client */
7127
+ byte client_side_msg2[WC_MAX_DIGEST_SIZE]; /* msg received from server */
7128
+#endif /* WOLFSSL_HAVE_TLS_UNIQUE */
7129
7130
/* TODO: Expand and enable this when EVP_chacha20_poly1305 is supported */
7131
#if defined(HAVE_SESSION_TICKET) && defined(OPENSSL_EXTRA) && \
0 commit comments