From 4bf1f3990b0f1e13745253b70b9d5d4199801cd8 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 22 May 2026 18:06:56 +0300 Subject: [PATCH] Use -lbcrypt in Makefile.win --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index 46e2938..78e75e6 100644 --- a/Makefile.win +++ b/Makefile.win @@ -15,7 +15,7 @@ LDFLAGS ?= -flto -fno-strict-aliasing LDFLAGS += -mthreads DLFLAGS ?= -shared DLSUFFICS = .dll -LIBS += -lws2_32 -lodbc32 -ladvapi32 -luser32 +LIBS += -lws2_32 -lodbc32 -ladvapi32 -luser32 -lbcrypt LIBSPREFIX = -l LIBSSUFFIX = LNOUT = -o