From 70231622a2b2f2e31a7f77ddc5793130d0f254b2 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Tue, 1 Aug 2017 14:24:49 -0700 Subject: [PATCH] Fixed -noOpenSSL build variant https://github.com/PowerShell/Win32-OpenSSH/issues/833 --- contrib/win32/openssh/config.h.vs | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/win32/openssh/config.h.vs b/contrib/win32/openssh/config.h.vs index e049e3329..69bdc8773 100644 --- a/contrib/win32/openssh/config.h.vs +++ b/contrib/win32/openssh/config.h.vs @@ -189,11 +189,9 @@ /* Define to 1 if you have the `arc4random' function. */ /* #undef HAVE_ARC4RANDOM */ -#define HAVE_ARC4RANDOM 1 /* Define to 1 if you have the `arc4random_buf' function. */ /* #undef HAVE_ARC4RANDOM_BUF */ -#define HAVE_ARC4RANDOM_BUF 1 /* Define to 1 if you have the `arc4random_uniform' function. */ /* #undef HAVE_ARC4RANDOM_UNIFORM */