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:52 +0000 (16:40 +0100)
commit1075441a3993ba81c969d19c8918194af2738309
tree44f1a72d5653f02715fb7c369baa55ec49206eb6
parent455a336911f0086206ce3197251f915b53315571
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]