Created attachment 401078 [details, diff] patch for ebuild net-analyzer/sslscan-1.8.2 I propose a patch for net-analyzer/sslscan-1.8.2 to prepare for openssl phasing out SSL2 support.
Created attachment 401080 [details, diff] patch the code to compile with openssl[-ssl2]
When we introduce any USE=ssl2 we may do so concurrently in all the relevant packages, see blocker #510798 therefore.
With the release of openssl-1.0.2g SSLv2 support is removed. This expectedly causes a build failure with undefined references to SSLv2_client_method while linking. See https://bugs.gentoo.org/show_bug.cgi?id=575548