* epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
(epg-digest-algorithm-alist): Add SHA224.
(epg-context-set-passphrase-callback)
- (epg-context-set-progress-callback): Add more description about
+ (epg-context-set-progress-callback): Add description about
callback function.
2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
PASSPHRASE-CALLBACK is either a function, or a cons-cell whose
car is a function and cdr is a callback data.
+
The function gets three arguments: the context, the key-id in
question, and the callback data (if any)."
(unless (eq (car-safe context) 'epg-context)