Compare commits

..

1 Commits

Author SHA1 Message Date
angt
a3b78a3868 Update mud 2016-03-30 14:36:52 +00:00
2 changed files with 6 additions and 1 deletions

2
mud

Submodule mud updated: 85367eff80...6b3001e6d8

View File

@@ -279,6 +279,11 @@ 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;