On Tue, Sep 21, 2010 at 7:17 PM, Al Sparks data345@yahoo.com wrote:
I'm running CentOS release 4.8.
For security reasons, I have to modify openssl's ssl.h in /usr/include/openssl/.
That's easy. But for the new settings to take effect, I have to recompile openssl. I do have openssl-devel installed.
You need to grab the openssl source rpm then install that. Modify the spec file and add your patches, then recompile. The devel package is for building apps that link to openssl.