(match-string 1 string))))
(if (match-beginning 2)
(list (cons 'fingerprint
- (match-string 3 string)))))
- (epg-context-result-for epg-context 'error))))))
+ (match-string 3 string))))))
+ (epg-context-result-for epg-context 'error)))))
(defun epg-passphrase-callback-function (context key-id handback)
(read-passwd
KEYS is a list of key IDs"
(unwind-protect
(progn
- (epg-start-receive-keys context (epg-make-data-from-file parameters))
+ (epg-start-receive-keys context keys)
(epg-wait-for-completion context)
(if (epg-context-result-for context 'error)
(error "Import keys failed: %S"