Upstream patches (#240)

This commit is contained in:
Michiel Hazelhof
2025-07-15 11:00:09 +02:00
committed by GitHub
parent 3d4c10d6f6
commit 076b0a624b
9 changed files with 21 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e
# Check for openssl
command -v openssl >/dev/null 2>&1 || { echo >&2 "openssl required but not found. Aborting."; exit 1; }