Skip to content

Tiny improvements

Fabian Vogt requested to merge work/fvogt/improvements into master

I noticed two tiny issues while building.

FWICT, the #ifdef OPENSSL_FIPS should rather be a runtime check for if(FIPS_mode()), but this deals with legacy stuff only anyway...

Merge request reports