summaryrefslogtreecommitdiff
path: root/src/cipher.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-09-07 10:06:46 +0200
committerWerner Koch <wk@gnupg.org>2013-09-20 14:17:01 +0200
commit64cd7ab93da7c95cc8aa320c61c6e29f9e2399c4 (patch)
tree842fc4b439617924b0e9868ba6290ef79dc48c2f /src/cipher.h
parent6576f0a7684292cb5691bfcabad0acca4c06c014 (diff)
downloadlibgcrypt-64cd7ab93da7c95cc8aa320c61c6e29f9e2399c4.tar.gz
pk: Remove unused function.
* cipher/pubkey.c (_gcry_pk_aliased_algo_name): Remove
Diffstat (limited to 'src/cipher.h')
-rw-r--r--src/cipher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cipher.h b/src/cipher.h
index dde24ceb..9fe30a66 100644
--- a/src/cipher.h
+++ b/src/cipher.h
@@ -177,7 +177,6 @@ void _gcry_register_primegen_progress (gcry_handler_progress_t cb,
void *cb_data);
/*-- pubkey.c --*/
-const char * _gcry_pk_aliased_algo_name (int algorithm);
/* Declarations for the cipher specifications. */
extern gcry_cipher_spec_t _gcry_cipher_spec_blowfish;