summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorSimon Rettberg2022-10-21 17:22:09 +0200
committerSimon Rettberg2022-10-21 17:22:09 +0200
commit80109b804a700384799d54134ceebf4f40a8b7a3 (patch)
treebbdf311ed02dd2c5c1f0a8d1997519ed2c24d93e /src/tests/tests.c
parentMerge branch 'master' into openslx (diff)
parent[tls] Add support for Ephemeral Diffie-Hellman key exchange (diff)
downloadipxe-80109b804a700384799d54134ceebf4f40a8b7a3.tar.gz
ipxe-80109b804a700384799d54134ceebf4f40a8b7a3.tar.xz
ipxe-80109b804a700384799d54134ceebf4f40a8b7a3.zip
Merge branch 'master' into openslx
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r--src/tests/tests.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c
index 5dbbac1b1..54694fa45 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -77,3 +77,5 @@ REQUIRE_OBJECT ( zlib_test );
REQUIRE_OBJECT ( gzip_test );
REQUIRE_OBJECT ( utf8_test );
REQUIRE_OBJECT ( acpi_test );
+REQUIRE_OBJECT ( hmac_test );
+REQUIRE_OBJECT ( dhe_test );