aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-02-18 04:51:17 +0000
committerlloyd <[email protected]>2015-02-18 04:51:17 +0000
commit888aed4ec2f08684a9707c1251f27285942578c5 (patch)
tree4c78c5ca5a31b217f407c3adbd138a227181b1c5 /src/tests/tests.h
parent88285f51ba4fd5bc1a1cc06b0760b3926046f29b (diff)
Convert HKDF to the normal KDF interface
Diffstat (limited to 'src/tests/tests.h')
-rw-r--r--src/tests/tests.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h
index 20f373805..43ed1dbd5 100644
--- a/src/tests/tests.h
+++ b/src/tests/tests.h
@@ -58,7 +58,6 @@ size_t test_hash();
size_t test_mac();
size_t test_modes();
size_t test_rngs();
-size_t test_hkdf();
size_t test_pbkdf();
size_t test_kdf();
size_t test_aead();