Openssl configure/make question
I would like to upgrade openssl on my Solaris machine to the new version 1.0.0.e (for security reasons). It seems Oracle is not at this version yet, so i thought I would DL, configure and make the new version.
Does anyone know the configure string Oracle uses for their package?
So far (from openssl version -a) I have:
./Configure solaris64-sparcv9-gcc --prefix=/usr/sfw --openssldir=/etc/sfw/openssl +DES_PTR _DES_RISC1 +BF_PTR -DES_INT
Any comments?