Ingo Klöcker 5bd84cfd3f
cpp: Fix Key::canSign()
* lang/cpp/src/key.h (canReallySign): Deprecate.
* lang/cpp/src/key.cpp (canSign): Remove workaround. Use implementation
of canReallySign.
(canReallySign): Use canSign().
(operator<<): Use canSign().
--

The workaround in canSign was added 19 years ago and canReallySign, the
workaround for the workaround, was added 13 years ago. Time to get rid
of those workarounds for a bug in gpgme which has been fixed long ago
and which cause bugs for any unsuspecting user of Key::canSign().

GnuPG-bug-id: 6456
2023-04-18 13:16:22 +02:00
..
2023-02-02 09:56:22 +01:00
2023-01-30 12:49:12 +01:00
2022-08-19 11:05:37 +02:00
2023-04-18 13:16:22 +02:00
2023-04-18 13:16:22 +02:00
2022-04-27 17:21:04 +02:00