I am building libwww library for our legacy system (I knew this is outdated and should not use, but our use case and in house project I am building this library). So while building it, I see HTSSL.c object file is generated and it has reference to "NETSCAPE_X509_it" symbol, but I see, in entire libwww library "NETSCAPE_X509_it" symbol is not present.
[adapter@reas701 libwww]$ find /home/test/src/ -type f | xargs grep NETSCAPE_X509_it
Binary file /home/test/src/linux_release/libwww64/so_HTSSL.o matches
Anyone has idea from where this symbol is getting added?
I have cross checked in older version of libcrypto.so.1.0.0 and libeay32.dll, the symbol "NETSCAPE_X509_it" definition is present but in newer version it is not available.