mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Allow DSO flags like -fpic, -fPIC, -KPIC etc. to be specified on the `perl
Configure ...' command line. This way one can compile OpenSSL libraries with Position Independent Code (PIC) which is needed for linking it into DSOs.
This commit is contained in:
parent
6242bb9c63
commit
3eb0ed6d91
6
CHANGES
6
CHANGES
@ -5,6 +5,12 @@
|
||||
|
||||
Changes between 0.9.1c and 0.9.2
|
||||
|
||||
*) Allow DSO flags like -fpic, -fPIC, -KPIC etc. to be specified
|
||||
on the `perl Configure ...' command line. This way one can compile
|
||||
OpenSSL libraries with Position Independent Code (PIC) which is needed
|
||||
for linking it into DSOs.
|
||||
[Ralf S. Engelschall]
|
||||
|
||||
*) Remarkably, export ciphers were totally broken and no-one had noticed!
|
||||
Fixed.
|
||||
[Ben Laurie]
|
||||
|
Loading…
Reference in New Issue
Block a user