Opened 74 minutes ago
Closed 69 minutes ago
#5937 closed enhancement (invalid)
nmap-7.99 FTBFS with OpenSSL-4
| Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 13.1 |
| Component: | Book | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This one had a more unique presentation at first, haven't seen this one yet!
nsock_ssl.c: In function ‘ssl_init_helper’:
nsock_ssl.c:121:5: error: implicit declaration of function
‘OPENSSL_atexit’; did you mean ‘OPENSSL_init’? [-Wimplici
t-function-declaration]
121 | OPENSSL_atexit(nsock_ssl_atexit);
| ^~~~~~~~~~~~~~
| OPENSSL_init
make[1]: *** [Makefile:48: nsock_ssl.o] Error 1
make[1]: Leaving directory '/build/nmap-7.99/nmap-7.99/nsock/src'
I looked upstream and found PR#3331 at https://github.com/nmap/nmap/pull/3331 which does the trick for me.
Change History (2)
comment:1 by , 74 minutes ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 69 minutes ago
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Oops, wrong tracker. :(