diff --git a/AUTHORS b/AUTHORS index fc9bd513989cba243002ea28414ca8e5155145fa..ad647112958f5eed527e47f831375fdb1ed7f2f9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -65,6 +65,7 @@ Joe Thornber Jon Dyte Kamil Shakirov Ken Steele +Kouhei Sutou Laurent Alebarde Leonardo J. Consoni Lourens Naud茅 diff --git a/src/tweetnacl.c b/src/tweetnacl.c index 666a864ffa17cc6c5d6575b406e4df61f1a91ead..7095d5cc5dfda439b23b3a022d7a99c9dba036be 100644 --- a/src/tweetnacl.c +++ b/src/tweetnacl.c @@ -852,7 +852,7 @@ int crypto_sign_open(u8 *m,u64 *mlen,const u8 *sm,u64 n,const u8 *pk) #ifdef ZMQ_HAVE_WINDOWS #include <windows.h> -#include <WinCrypt.h> +#include <wincrypt.h> #define NCP ((HCRYPTPROV) 0)