[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Mon Jun 27 10:56:01 UTC 2016


The branch master has been updated
       via  56add338b12246fd8670ce3da719a39767a25182 (commit)
      from  1aca3618ff86358c659c856b10e2270c3d4230d2 (commit)


- Log -----------------------------------------------------------------
commit 56add338b12246fd8670ce3da719a39767a25182
Author: Matt Caswell <matt at openssl.org>
Date:   Mon Jun 27 11:51:50 2016 +0100

    Fix one more instance of incorrect OPENSSL_API_COMPAT value
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 crypto/rand/rand_win.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c
index c5d0aa1..1be0ed3 100644
--- a/crypto/rand/rand_win.c
+++ b/crypto/rand/rand_win.c
@@ -82,7 +82,7 @@ int RAND_poll(void)
     return (1);
 }
 
-#if OPENSSL_API_COMPAT < 0x00101000L
+#if OPENSSL_API_COMPAT < 0x10100000L
 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam)
 {
     RAND_poll();


More information about the openssl-commits mailing list