aboutsummaryrefslogtreecommitdiff
path: root/net/nmap/patches/010-Build-based-on-OpenSSL-version.patch
Commit message (Collapse)AuthorAge
* nmap: backport fix to be able to compile it with OpenSSL 1.1Josef Schlehofer2023-11-05
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>