Package: xh Version: 0.24.1-1 Severity: normal X-Debbugs-Cc: [email protected]
Dear Maintainer,
After installing xh using apt on a fresh debian container (debian:13.3-slim),
using xh to make an http request (non-HTTPS) resulted in the following error:
```
xh: error: builder error
Caused by:
OpenSSL error
```
Installing the openssl package resolved the issue.
The apt package should perhaps declare openssl as a dependency.

