Skip to content

Commit

Permalink
Don't check AES-NI
Browse files Browse the repository at this point in the history
  • Loading branch information
angt committed Apr 1, 2016
1 parent ba06a6f commit 743b0ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,6 @@ int main (int argc, char **argv)
return 1;
}

if (!crypto_aead_aes256gcm_is_available()) {
gt_na("AES-256-GCM");
return 1;
}

if (state_init(statefile))
return 1;

Expand Down

0 comments on commit 743b0ee

Please sign in to comment.