[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] libcrypto: fix compilation with LibreSSL
[Thread Prev] | [Thread Next]
- Subject: Re: [PATCH v2] libcrypto: fix compilation with LibreSSL
- From: Stefan Strogin <steils@xxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 3 Jul 2019 18:43:53 +0300
- To: Andreas Schneider <asn@xxxxxxxxxxxxxx>, libssh@xxxxxxxxxx
On 02/07/2019 21:19, Andreas Schneider wrote: > On Monday, 1 July 2019 17:19:55 CEST Stefan Strogin wrote: >> LibreSSL does not support FIPS mode, check for FIPS_mode() in >> ConfigureChecks.cmake. > > Sorry, this doesn't work as there is no definition in config.h.cmake for it. > Also I think it should be a function so that config.h is included! > > https://gitlab.com/cryptomilk/libssh-mirror/-/jobs/244166020 > > > Could you please fix that? > Sure. Sorry for missing config.h.cmake. I shall add the definition there, and rename it to HAVE_OPENSSL_FIPS_MODE (from HAVE_FIPS_MODE) for consistency. -- Stefan
[PATCH v2] libcrypto: fix compilation with LibreSSL | Stefan Strogin <steils@xxxxxxxxxx> |
Re: [PATCH v2] libcrypto: fix compilation with LibreSSL | Andreas Schneider <asn@xxxxxxxxxxxxxx> |