On 3/14/19 5:55 AM, Richard Henderson wrote:
> Use #ifdef _WIN32 instead of #ifndef _WIN32.
> This will make other tests easier to sequence.
>
> Cc: Daniel P. Berrangé
> Signed-off-by: Richard Henderson
Reviewed-by: Philippe Mathieu-Daudé
> ---
> crypto/random-platform.c | 35 +++
On Wed, Mar 13, 2019 at 09:55:14PM -0700, Richard Henderson wrote:
> Use #ifdef _WIN32 instead of #ifndef _WIN32.
> This will make other tests easier to sequence.
>
> Cc: Daniel P. Berrangé
> Signed-off-by: Richard Henderson
> ---
> crypto/random-platform.c | 35 +---
Use #ifdef _WIN32 instead of #ifndef _WIN32.
This will make other tests easier to sequence.
Cc: Daniel P. Berrangé
Signed-off-by: Richard Henderson
---
crypto/random-platform.c | 35 +--
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/crypto/rando