fix changelog

This commit is contained in:
NIIBE Yutaka
2015-09-10 16:45:32 +09:00
parent d423678f59
commit d4d36bebab

View File

@@ -1,7 +1,7 @@
2015-09-10 Niibe Yutaka <gniibe@fsij.org> 2015-09-10 Niibe Yutaka <gniibe@fsij.org>
* src/call-rsa.c (rsa_cleanup): New. * src/call-rsa.c (rsa_cleanup): New.
(rsa_sign, rsa_decrypt, rsa_genkey): Alloc cancellation. (rsa_sign, rsa_decrypt, rsa_genkey): Allow cancellation.
* src/openpgp.c (cmd_pso, cmd_internal_authenticate): Cancellation * src/openpgp.c (cmd_pso, cmd_internal_authenticate): Cancellation
is handled by each functions in case of RSA. is handled by each functions in case of RSA.