Cannot compile rust-fastpbkdf2 under Windows.
https://crates.io/crates/fastpbkdf2 is outdated. djangohashers crate depends on this.
Two cirtical fixes are as follows:
include
c99
How about an update? Thank you!
PS: for newbees who don't know where to put openssl folder to:
# copy C:\Program Files\OpenSSL-Win64\include to
rust-fastpbkdf2\fastpbkdf2\openssl\include
# copy C:\Program Files\OpenSSL-Win64\lib to
rust-fastpbkdf2\fastpbkdf2\openssl\lib
i.e. You need to arrange for openssl to appear in openssl/ under that ROOT repo.
Cannot compile
rust-fastpbkdf2under Windows.https://crates.io/crates/fastpbkdf2 is outdated.
djangohasherscrate depends on this.Two cirtical fixes are as follows:
include
c99
How about an update? Thank you!
PS: for newbees who don't know where to put
opensslfolder to:i.e. You need to arrange for openssl to appear in
openssl/under that ROOT repo.