besser82 / libxcrypt

Extended crypt library for descrypt, md5crypt, bcrypt, and others
GNU Lesser General Public License v2.1
178 stars 49 forks source link

Fix for compilation on Windows #167

Closed brechtsanders closed 1 year ago

brechtsanders commented 1 year ago

This fix allows the library to build on Windows (at least with MinGW-w64).

.symver is only supported for ELF format but Windows uses COFF/PE.

Workaround dummy define of symver_set()

besser82 commented 1 year ago

LGTM! Merging with rebase onto recent develop.

besser82 commented 1 year ago

Thank you for your contribution!