Flush data before clearing the confidential flag.
* src/context.c (assuan_end_confidential): Flush data.
This is required so that for example gpg-agent won't reveal a password
in a log file if requested via
get_passphrase --data X X X X
(Note that --data is required in any case because the default of
returing it with the OK line can't be secured).