Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | nmap: backport fix to be able to compile it with OpenSSL 1.1 | Josef Schlehofer | 2023-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> |