libtomcrypt/testprof/misc_test.c

14 lines
155 B
C
Raw Normal View History

2012-11-23 02:04:50 +00:00
#include <tomcrypt_test.h>
int misc_test(void)
{
#ifdef LTC_HKDF
DO(hkdf_test());
#endif
return 0;
}
/* $Source$ */
/* $Revision$ */
/* $Date$ */