diff options
Diffstat (limited to 'contrib/pgcrypto/pgp.c')
-rw-r--r-- | contrib/pgcrypto/pgp.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/pgcrypto/pgp.c b/contrib/pgcrypto/pgp.c index 3e9c2fef9bc..8a6a6c2adf1 100644 --- a/contrib/pgcrypto/pgp.c +++ b/contrib/pgcrypto/pgp.c @@ -133,16 +133,6 @@ pgp_get_digest_name(int code) return NULL; } -const char * -pgp_get_cipher_name(int code) -{ - const struct cipher_info *i = get_cipher_info(code); - - if (i != NULL) - return i->name; - return NULL; -} - int pgp_get_cipher_key_size(int code) { |