diff options
Diffstat (limited to 'lisp/epg.el')
-rw-r--r-- | lisp/epg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epg.el b/lisp/epg.el index dd490ad0b2b..e06cc06a7d1 100644 --- a/lisp/epg.el +++ b/lisp/epg.el @@ -1144,7 +1144,7 @@ callback data (if any)." (defun epg--status-SIG_CREATED (context string) (if (string-match "\\`\\([DCS]\\) \\([0-9]+\\) \\([0-9]+\\) \ -\\([0-9A-Fa-F][0-9A-Fa-F]\\) \\(.*\\) " string) +\\([0-9A-Fa-f][0-9A-Fa-f]\\) \\(.*\\) " string) (epg-context-set-result-for context 'sign (cons (epg-make-new-signature |