From b7595f56dec8201c9a7c3af8d7f6584fc76e7751 Mon Sep 17 00:00:00 2001 From: Alex Apostolescu Date: Sat, 1 Jun 2024 14:29:04 +0300 Subject: [PATCH] Rename LIBUKSWRAND to LIBUKRANDOM Signed-off-by: Alex Apostolescu Reviewed-by: Michalis Pappas Approved-by: Razvan Deaconescu GitHub-Closes: #17 --- Config.uk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.uk b/Config.uk index f73900d..3b907e8 100644 --- a/Config.uk +++ b/Config.uk @@ -535,8 +535,8 @@ config LIBNGINX_STREAM_SSL default n select LIBOPENSSL select LIBSSL - select LIBUKSWRAND - select LIBUKSWRAND_DEVFS + select LIBUKRANDOM + select LIBUKRANDOM_DEVFS help The ngx_stream_ssl_module module provides the necessary support for a stream proxy server to work with the SSL/TLS protocol.