Drop dummy self_test functions

This commit is contained in:
Manuel Pégourié-Gonnard 2014-04-11 17:50:41 +02:00
parent 8d92cedd11
commit 240b092a6c
7 changed files with 0 additions and 70 deletions

View file

@ -208,13 +208,6 @@ int ecdh_calc_secret( ecdh_context *ctx, size_t *olen,
int (*f_rng)(void *, unsigned char *, size_t),
void *p_rng );
/**
* \brief Checkup routine
*
* \return 0 if successful, or 1 if the test failed
*/
int ecdh_self_test( int verbose );
#ifdef __cplusplus
}
#endif