How do I rebuild the builtin openssl with debugging symbols? I thought I could simply edit /usr/src/crypto/openssl/Makefile and then run make from the same directory, but that doesn't seem to work. Is there some way to do this w/o rebuilding world? Using the port isn't an option since I need to test against the version in the src tree. Thanks
In the last episode (May 12), Brandon Fosdick said:> How do I rebuild the builtin openssl with debugging symbols? I > thought I could simply edit /usr/src/crypto/openssl/Makefile and then > run make from the same directory, but that doesn't seem to work. Is > there some way to do this w/o rebuilding world?/usr/src/crypto is like /usr/src/contrib ; just a repository for 3rd-party sources. You'll want to go to /usr/src/secure to build the openssl libs and binaries.> Using the port isn't an option since I need to test against the > version in the src tree.-- Dan Nelson dnelson@allantgroup.com