From a911052d609731a9f9169ed5d825db621c52ae6d Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 27 Nov 2022 10:45:50 +0100 Subject: Adjust for ui_locl.h -> ui_local.h rename --- crypto/compat/ui_openssl_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/compat/ui_openssl_win.c b/crypto/compat/ui_openssl_win.c index ad9e915..c245111 100644 --- a/crypto/compat/ui_openssl_win.c +++ b/crypto/compat/ui_openssl_win.c @@ -124,7 +124,7 @@ #include #include -#include "ui_locl.h" +#include "ui_local.h" #ifndef NX509_SIG #define NX509_SIG 32 -- cgit v1.2.3-55-g6feb