Home GnuPG
Diffusion GPGME 6a79e90dedc1

Make sure expiration time is interpreted as unsigned number

Description

Make sure expiration time is interpreted as unsigned number

* lang/qt/tests/t-various.cpp (testSignKeyWithExpiration): Convert
expiration time to uint_least32_t.

This fixes the test on 32-bit systems where time_t (the return type of
expirationTime()) is a signed 32-bit integer type.