From 52f5d74dfdc68d06be5b27e3df8b2fbb6387acf6 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 11 Sep 2015 11:52:55 +0000 Subject: unify files further --- src/lib/libcrypto/arc4random/getentropy_win.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/arc4random/getentropy_win.c') diff --git a/src/lib/libcrypto/arc4random/getentropy_win.c b/src/lib/libcrypto/arc4random/getentropy_win.c index da048ae157..2e89b12205 100644 --- a/src/lib/libcrypto/arc4random/getentropy_win.c +++ b/src/lib/libcrypto/arc4random/getentropy_win.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getentropy_win.c,v 1.3 2014/11/11 13:54:33 bcook Exp $ */ +/* $OpenBSD: getentropy_win.c,v 1.4 2015/09/11 11:52:55 deraadt Exp $ */ /* * Copyright (c) 2014, Theo de Raadt @@ -40,7 +40,7 @@ getentropy(void *buf, size_t len) if (len > 256) { errno = EIO; - return -1; + return (-1); } if (CryptAcquireContext(&provider, NULL, NULL, PROV_RSA_FULL, -- cgit v1.2.3-55-g6feb