int smime_gpgme_verify_one(struct Body *sigbdy, struct State *s, const char *tempfile);
int smime_gpgme_verify_sender(struct Header *h);
+const char *mutt_gpgme_print_version(void);
+
#endif /* _NCRYPT_CRYPT_GPGME_H */
#include "mutt/mutt.h"
#include "email/email.h"
#include "mutt_curses.h"
+#include "ncrypt/crypt_gpgme.h"
/* #include "protos.h" */
const char *mutt_make_version(void);
printf("\n%s", mutt_idna_print_version());
#endif
+#ifdef CRYPT_BACKEND_GPGME
+ printf("\nGPGme: %s", mutt_gpgme_print_version());
+#endif
+
#ifdef USE_HCACHE
const char *backends = mutt_hcache_backend_list();
printf("\nhcache backends: %s", backends);