summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-06-04 17:53:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-06-04 17:53:04 +0000
commit297e6f1917fb4ccdea177f482c630ec036516be4 (patch)
treecca1ca40bae1716b1c52cd849b0f3167f536b44e /CHANGES
parentb948e2c59e3a6bdbfdcc304793da4635db7ca339 (diff)
Avoid use of function pointer casts in pem library. Modify safestack to
always use inline functions.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 6af082f362..4ae39e89ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -93,10 +93,10 @@
[Nils Larsch]
*) Initial incomplete changes to avoid need for function casts in OpenSSL
- when OPENSSL_NO_FCAST is set: some compilers (gcc 4.2 and later) reject
- their use. Safestack is reimplemented using inline functions: tests show
- that these calls are typically optimized away by compilers so they have
- no additional overhead. Update ASN1 to avoid use of legacy functions.
+ some compilers (gcc 4.2 and later) reject their use. Safestack is
+ reimplemented using inline functions: tests show that these calls are
+ typically optimized away by compilers so they have no additional overhead.
+ Update ASN1 to avoid use of legacy functions.
[Steve Henson]
*) Win32/64 targets are linked with Winsock2.