-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
during configure phase I get:
...
checking for SSL_library_init in -lssl... no
checking for X509_free in -lcrypto... yes
checking for RAND_seed in -lcrypto... yes
-lcrypto -lcrypto -lnsl -lm
...
which results in a disabled SSL support. In fact, when running I get:
$ email ...
You have an empty email, send anyway?[y/n]: y
Enter your SMTP Password:
email: WARNING: No SSL support compiled in. Disabling TLS.
This is because configure is looking for SSL_library_init() function not available anymore in openssl (I am using version 3.3.3).
The man page says "The SSL_library_init() and OpenSSL_add_ssl_algorithms() functions were deprecated in OpenSSL 1.1.0 by OPENSSL_init_ssl()". Now it is also removed.
Metadata
Metadata
Assignees
Labels
No labels