jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.08k stars 1.72k forks source link

core.c: Make _sodium_crit_init static #1073

Closed Alcaro closed 3 years ago

Alcaro commented 3 years ago

Found by compiling under MinGW with -Wmissing-declarations.

Is Windows XP still relevant to libsodium? If no, I'll be happy to replace that CRITICAL_SECTION with an SRWLOCK https://docs.microsoft.com/en-us/windows/win32/sync/slim-reader-writer--srw--locks, which will allow deleting both this function and DllMain.

jedisct1 commented 3 years ago

Thank you!