p11-glue / p11-kit

Provides a way to load and enumerate PKCS#11 modules.
https://p11-glue.github.io/p11-glue/p11-kit.html
Other
149 stars 91 forks source link

fix format warning with 32-bit platforms on musl #639

Closed neheb closed 2 months ago

neheb commented 2 months ago

musl uses 64-bit time_t, even on 32-bit platforms. Cast to avoid the warning.

coveralls commented 2 months ago

Coverage Status

coverage: 69.538%. remained the same when pulling 45a4d86d5caf4c7c0481181bf35a88e49dc1ad2f on neheb:patch-1 into e4cf0375cb70cd0993e3bc5049acf4b495b812c6 on p11-glue:master.