crypto: Reverse code blocks in random-platform.c
commit14a356f47560c8275b8e04fbee484a617fc45f80
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 14 Mar 2019 03:38:51 +0000 (13 20:38 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 22 May 2019 16:38:54 +0000 (22 12:38 -0400)
tree3cd9be6b4fcbcf1224a8d093a18df34ac5de860a
parent243dc2cf95298383b657cf95896615197d8b35aa
crypto: Reverse code blocks in random-platform.c

Use #ifdef _WIN32 instead of #ifndef _WIN32.
This will make other tests easier to sequence.

Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
crypto/random-platform.c