summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-09-01 19:10:12 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-02 16:59:49 +0200
commita3217541700e7280ab6a2a6ee7ca313f37827113 (patch)
tree81eb7bbf76cf84e4f2eb8ae669c71449eb87dbdb
parent18b0ee5a1cbbbdf8813c8ebdebae27684d75b1cd (diff)
downloadcryptodev-linux-a3217541700e7280ab6a2a6ee7ca313f37827113.tar.gz
cryptodev-linux-a3217541700e7280ab6a2a6ee7ca313f37827113.tar.xz
cryptodev-linux-a3217541700e7280ab6a2a6ee7ca313f37827113.zip
Drop a redundant prototype.
-rw-r--r--ncr-int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 274a314..87964b0 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -115,8 +115,6 @@ int ncr_key_derive(struct ncr_lists *lst, const struct ncr_key_derive *data,
void ncr_key_clear(struct key_item_st* item);
int ncr_key_update_flags(struct key_item_st *item, const struct nlattr *nla);
-void ncr_key_clear(struct key_item_st* item);
-
/* key handling */
int ncr_key_init(struct ncr_lists *lst);
int ncr_key_deinit(struct ncr_lists *lst, ncr_key_t desc);