mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 11:47:13 +09:00
Don't doit()
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user