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
