aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Denis2025-02-26 17:55:17 +0100
committerJakob Unterwurzacher2025-03-12 20:43:23 +0100
commit6b34ee8e35db79e44bd72c06a303106d63cf68ac (patch)
tree64f96478bd5c3e6ee54c96e5f12bc876df35b88d
parent779a850e0fb967aac79124c7e18b14706d5f2652 (diff)
Use OPT_XCHACHA and OPT_AEGIS in the same command
-rwxr-xr-xbenchmark.bash3
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmark.bash b/benchmark.bash
index db962a7..21bed73 100755
--- a/benchmark.bash
+++ b/benchmark.bash
@@ -88,8 +88,7 @@ elif [[ $OPT_LOOPBACK -eq 1 ]]; then
else
echo -n "Testing gocryptfs $OPT_XCHACHA $OPT_AEGIS $OPT_OPENSSL at $CRYPT: "
gocryptfs -version
- gocryptfs $OPT_XCHACHA -q -init -extpass="echo test" -scryptn=10 "$CRYPT"
- gocryptfs $OPT_AEGIS -q -init -extpass="echo test" -scryptn=10 "$CRYPT"
+ gocryptfs $OPT_XCHACHA $OPT_AEGIS -q -init -extpass="echo test" -scryptn=10 "$CRYPT"
gocryptfs $OPT_OPENSSL -q -extpass="echo test" "$CRYPT" "$MNT"
fi