X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=7aea4643ad60d14c0101d687a1ab50e83a8ba556;hp=4a5bd9ff80e3ae2425d1b6d9b7d83662e3d458d1;hb=3eb0ed6d914d82e73717e125227acb5a5c36120c;hpb=6242bb9c63784bd878621557d40521c4a40b2ea4 diff --git a/CHANGES b/CHANGES index 4a5bd9ff80..7aea4643ad 100644 --- a/CHANGES +++ b/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]