OpenSC / pkcs11-helper

Library that simplifies the interaction with PKCS#11 providers for end-user applications using a simple API and optional OpenSSL engine
Other
66 stars 43 forks source link

build: msvc: add proper checksum into PE header #30

Closed rozmansi closed 3 years ago

rozmansi commented 3 years ago

The MSVC does not set the binary checksum in the PE header by default. The checksum may be used by Microsoft Installer to compare binaries when a user invokes package repair.

alonbl commented 3 years ago

Thanks! I did not notice this change.