summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-07-11 17:09:04 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-07-11 17:09:04 +0000
commitf598cd13a3a194bf51bba32fc45751f392609898 (patch)
tree39c1639fa30263cd18bcff9b804fee3924319fa9 /CHANGES
parentf513939ebba7e6461319f58254f072023763cde3 (diff)
Various changes to stop VC++ choking under Win32.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fc8e884e29..fa03ac09a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.3a and 0.9.4
+ *) Various changes to make Win32 compile work:
+ 1. Casts to avoid "loss of data" warnings in p5_crpt2.c
+ 2. Change unsigned int to int in b_dump.c to avoid "signed/unsigned
+ comparison" warnings.
+ 3. Add sk_<TYPE>_sort to DEF file generator and do make update.
+
*) Add a debugging option to PKCS#5 v2 key generation function: when
you #define DEBUG_PKCS5V2 passwords, salts, iteration counts and
derived keys are printed to stderr.