Changes between Version 7 and Version 8 of OpenSSL-1
- Timestamp:
- 03/09/2006 01:45:13 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenSSL-1
v7 v8 4 4 http://www.linuxfromscratch.org/blfs/view/cvs/postlfs/security.html#openssl 5 5 6 Multilib Instructions 6 == Multilib Instructions == 7 7 8 8 32 Bit … … 73 73 }}} 74 74 75 == Optimization Flags == 76 77 OpenSSL uses a Perl `Configure` script to set up the package. This script will not respect `CFLAGS` set in the environment. Instead, you can pass them as an argument to `Configure`: 78 79 {{{ 80 ./Configure [OPTIONS] $CFLAGS 81 }}} 82 75 83 [wiki:Security Up][[br]] 76 84 [wiki:BlfsNotes Top]