X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgpkey.c;h=b31676a5ec5985c42f911f36f4929670c25c2f19;hp=ecd789ee79f4e7b53f2ef672e85a2a3d5af984bf;hb=2891636277fb96f992eaf08b4e6acc11ca9ea57c;hpb=93b012884de4ca5e1f2550f767d0b8680b9c0e9f diff --git a/pgpkey.c b/pgpkey.c index ecd789e..b31676a 100644 --- a/pgpkey.c +++ b/pgpkey.c @@ -40,8 +40,6 @@ #include -#ifdef CRYPT_BACKEND_CLASSIC_PGP - struct pgp_cache { char *what; char *dflt; @@ -966,6 +964,3 @@ pgp_key_t pgp_getkeybystr (char *p, short abilities, pgp_ring_t keyring) return NULL; } - - -#endif /* CRYPT_BACKEND_CLASSIC_PGP */