From 7ac092d05de487d088bc96ab4a7bd6207fbfa98c Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Tue, 26 Sep 2017 18:24:24 +0200
Subject: build: CryptGenRandom --> wincrypt, it is a better name

---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'configure')

diff --git a/configure b/configure
index 51b52744c0..75f9fa91eb 100755
--- a/configure
+++ b/configure
@@ -1611,7 +1611,6 @@ SYSTEM_FUNCS="
     clock_gettime
     closesocket
     CommandLineToArgvW
-    CryptGenRandom
     fcntl
     getaddrinfo
     gethrtime
@@ -1706,6 +1705,7 @@ HAVE_LIST="
     vaapi_drm
     vaapi_x11
     vdpau_x11
+    wincrypt
 "
 
 # options emitted with CONFIG_ prefix but not available on the command line
-- 
cgit v1.2.3