Subject: | Crypt-SMIME-0.19 incompatible with LibreSSL |
Date: | Tue, 13 Dec 2016 19:20:39 +0100 |
To: | bug-Crypt-SMIME [...] rt.cpan.org |
From: | cpan [...] mnd.sc |
Up until and including Crypt-SMIME-0.18, the module could be compiled
with LibreSSL without any problems. The compilation of 0.19 fails with
the following error message:
In file included from SMIME.xs:12:
/usr/local/include/openssl/cms.h:62:2: error: CMS is disabled. #error
CMS is disabled.
Apparently, LibreSSL never had the CMS functions. It would be beneficial
to a lot of people if Crypt::SMIME had a compile switch to use the
PKCS#7 functions with LibreSSL.
LibreSSL version: 2.4.4
Perl version: v.5.24.1
System: FreeBSD 11.0 on amd64