Skip to content

Commit 33030c2

Browse files
fix for macro guard in dtls test case
1 parent 5c4801f commit 33030c2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/api/test_dtls.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,15 @@ int test_dtls12_basic_connection_id(void)
5050
#ifdef HAVE_AESCCM
5151
"AES128-CCM8",
5252
#endif
53+
#endif /* WOLFSSL_AES_128 && WOLFSSL_STATIC_RSA */
54+
#if defined(WOLFSSL_AES_128)
5355
"DHE-RSA-AES128-SHA256",
5456
"ECDHE-RSA-AES128-SHA256",
5557
#ifdef HAVE_AESGCM
5658
"DHE-RSA-AES128-GCM-SHA256",
5759
"ECDHE-RSA-AES128-GCM-SHA256",
5860
#endif
59-
#endif /* WOLFSSL_AES_128 && WOLFSSL_STATIC_RSA */
61+
#endif /* WOLFSSL_AES_128 */
6062
#endif /* NO_SHA256 */
6163
#endif /* NO_RSA */
6264
#if defined(HAVE_CHACHA) && defined(HAVE_POLY1305) && !defined(HAVE_FIPS)

0 commit comments

Comments
 (0)