Home GnuPG
Diffusion GPGME c977424a1d39

qt: Make sure expiration time is interpreted as unsigned number

Description

qt: Make sure expiration time is interpreted as unsigned number

* lang/qt/src/qgpgmeaddexistingsubkeyjob.cpp (add_subkey): Convert
expiration time to uint_least32_t.

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