nmap: backport fix to be able to compile it with OpenSSL 1.1
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 5 Nov 2023 12:58:43 +0000 (13:58 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 5 Nov 2023 15:40:45 +0000 (16:40 +0100)
commit55aef54b755a3cb39cf9eb42513a2c3a3eeab36e
treec68fd68b341dd029d207a9dddc4cfae95f1e3b24
parentea020233cba3da67da984ec73356fff144073fd0
nmap: backport fix to be able to compile it with OpenSSL 1.1

The latest nmap version 7.9.3 currently fails to compile with OpenSSL 1.1 [1],
it required to backport upstream patch to fix the compilation. [2]

[1] https://github.com/nmap/nmap/issues/2516
[2] https://github.com/nmap/nmap/commit/d6bea8dcdee36a3902cece14097993350306f1b6

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 2c87004346f9456cfd5cc58559ab8ff4e94cd773)
net/nmap/Makefile
net/nmap/patches/010-Build-based-on-OpenSSL-version.patch [new file with mode: 0644]