diff src/lib/test-lib.c @ 20252:2cacbc8e95c5

lib: Add PKCS#5 pbkdf1 and 2
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Wed, 20 Apr 2016 17:34:53 +0300
parents e387bbec2bda
children 3e02c55136a6
line wrap: on
line diff
--- a/src/lib/test-lib.c	Wed Apr 27 09:14:29 2016 +0300
+++ b/src/lib/test-lib.c	Wed Apr 20 17:34:53 2016 +0300
@@ -39,6 +39,7 @@
 		test_mempool_alloconly,
 		test_net,
 		test_numpack,
+		test_pkcs5_pbkdf2,
 		test_ostream_escaped,
 		test_ostream_failure_at,
 		test_ostream_file,