aboutsummaryrefslogtreecommitdiff
path: root/fetchReleases.py
diff options
context:
space:
mode:
Diffstat (limited to 'fetchReleases.py')
-rw-r--r--fetchReleases.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/fetchReleases.py b/fetchReleases.py
index 137d992..ec1b099 100644
--- a/fetchReleases.py
+++ b/fetchReleases.py
@@ -413,6 +413,16 @@ def main():
fetch_nettle()
case "libressl":
fetch_libressl()
+ case "all":
+ fetch_botan()
+ fetch_cryptopp()
+ fetch_openssl()
+ fetch_boringssl()
+ fetch_gcrypt()
+ fetch_mbedtls()
+ fetch_ippcp()
+ fetch_nettle()
+ fetch_libressl()
case _:
print("Unknown library")