Fix docs for X509_CRL_get0_by_serial() and X509_CRL_get0_by_cert()
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index eaa5e5d0c4393e90e48550aedb28b65c4050bb84..6446b9c406518d1cf1f7b7ae51f85150fd470b24 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
 
   *)
 
+  *) Have 'config' recognise 64-bit mingw and choose 'mingw64' as the target
+     platform rather than 'mingw'.
+     [Richard Levitte]
+
   *) Remove the VMS-specific reimplementation of gmtime from crypto/o_times.c.
      VMS C's RTL has a fully up to date gmtime() and gmtime_r() since V7.1,
      which is the minimum version we support.