diff options
author | Theo Buehler <tb@openbsd.org> | 2022-11-27 10:45:50 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-11-27 10:45:50 +0100 |
commit | a911052d609731a9f9169ed5d825db621c52ae6d (patch) | |
tree | 821e5f274fe4be77f26194a7a1d1bc29f1774609 | |
parent | bcf7afb23f9ae3a8dbdbb4ffe78c1e6f8bdc4444 (diff) | |
download | portable-a911052d609731a9f9169ed5d825db621c52ae6d.tar.gz portable-a911052d609731a9f9169ed5d825db621c52ae6d.tar.bz2 portable-a911052d609731a9f9169ed5d825db621c52ae6d.zip |
Adjust for ui_locl.h -> ui_local.h rename
-rw-r--r-- | crypto/compat/ui_openssl_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
124 | #include <string.h> | 124 | #include <string.h> |
125 | #include <unistd.h> | 125 | #include <unistd.h> |
126 | 126 | ||
127 | #include "ui_locl.h" | 127 | #include "ui_local.h" |
128 | 128 | ||
129 | #ifndef NX509_SIG | 129 | #ifndef NX509_SIG |
130 | #define NX509_SIG 32 | 130 | #define NX509_SIG 32 |