Compare commits
4 Commits
v0.0.28-mu
...
v0.0.31-mu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6adcefc25 | ||
|
|
743b0ee0da | ||
|
|
ba06a6fc10 | ||
|
|
80d4c2814f |
@@ -1,4 +1,4 @@
|
||||
# Glorytun
|
||||
# π₁(Glorytun)=ℤ²
|
||||
|
||||
Small, Simple and Stupid VPN over [mud](https://github.com/angt/mud).
|
||||
|
||||
|
||||
2
mud
2
mud
Submodule mud updated: 1b58401095...85367eff80
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user