Hi, I'm trying to install un updated OpenSSL from one included in the FreeBSD 7.2 distribution. I need this to prevent the compilation of the license-restricted IDEA encryption algorithm.
Here is how I'm trying the install:
When I try the above commands (make install clean) I get:
..So I need to see what to do to patch or work around this.
Thanks!
Schwach
Here is how I'm trying the install:
Code:
cd /usr/ports/security/openssl
cp Makefile Makefile.old
echo EXTRACONFIGURE+=no-idea >> Makefile
make install clean
rehash
When I try the above commands (make install clean) I get:
Code:
===> openssl-0.9.8k_3 is marked as broken: No patchset for 0.9.8.
*** Error code 1
Stop in /usr/ports/security/openssl.
..So I need to see what to do to patch or work around this.
Thanks!
Schwach