Don't doit()

This commit is contained in:
Frank Denis 2013-04-26 23:10:47 -07:00
parent 81be9738ef
commit a5e9dc8467

View File

@ -138,7 +138,6 @@ crypto_onetimeauth_pick_best_implementation(void)
if (allocate() != 0) {
return NULL;
}
doit();
err = checksum_compute();
deallocate();
if (err == NULL && strcmp(checksum, CHECKSUM) == 0) {