and more.
[apps/madmutt.git] / pgplib.h
index f93107d..a5f5362 100644 (file)
--- a/pgplib.h
+++ b/pgplib.h
@@ -8,11 +8,8 @@
  * please see the file GPL in the top level source directory.
  */
 
-#ifdef CRYPT_BACKEND_CLASSIC_PGP
-
 #include "mutt_crypt.h"
 
-
 typedef struct pgp_signature {
   struct pgp_signature *next;
   unsigned char sigtype;
@@ -71,6 +68,4 @@ short pgp_get_abilities (unsigned char);
 
 void pgp_free_key (pgp_key_t * kpp);
 
-#define pgp_new_keyinfo() safe_calloc (sizeof *((pgp_key_t)0), 1)
-
-#endif /* CRYPT_BACKEND_CLASSIC_PGP */
+#define pgp_new_keyinfo() xmalloc(sizeof *((pgp_key_t)0))