libtom / libtomcrypt

LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
https://www.libtom.net
Other
1.55k stars 457 forks source link

Makefile: Fix shared library build in MinGW. #564

Closed Biswa96 closed 3 years ago

Biswa96 commented 3 years ago

This enables -no-undefined linker flag in mingw toolchain. Previous related commit 9c2c9f8af4c1e0073284baceb34a5c88f0e33b49

karel-m commented 3 years ago

@sjaeckel do not forget to add/commit the above (for future generations wanting more ifs based on uname value)

Ignore my comment. I already see it.