gnu: opensmtpd: Build with OpenSSL.

When building with libressl, smtpd will silently segfault in libtls.so.

* gnu/packages/mail.scm (opensmtpd)[inputs]: Replace libressl with
openssl.
This commit is contained in:
Tobias Geerinckx-Rice 2023-06-30 19:10:28 +02:00
parent 902a48e0d3
commit 023ff65146
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3187,8 +3187,8 @@ (define-public opensmtpd
(inputs
(list bdb
libevent
libressl ; recommended, and supports e.g. ECDSA
linux-pam
openssl ; XXX recommended libressl segfaults
zlib))
(native-inputs
(list bison groff)) ; for man pages