summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-25 00:53:56 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-25 00:53:56 +0200
commit6db12e213dfd6793203c9875e6765c7d27f3dd1f (patch)
treefcef75a8eae888bdbb19c5fad90f4fb42c5e000b /ncr-int.h
parent5ec167e240a8002bba3cc37e22553c888c7d4133 (diff)
downloadcryptodev-linux-6db12e213dfd6793203c9875e6765c7d27f3dd1f.tar.gz
cryptodev-linux-6db12e213dfd6793203c9875e6765c7d27f3dd1f.tar.xz
cryptodev-linux-6db12e213dfd6793203c9875e6765c7d27f3dd1f.zip
Simplify key flag updates
Diffstat (limited to 'ncr-int.h')
-rw-r--r--ncr-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 5e86aff..2baea65 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -137,7 +137,7 @@ int ncr_key_derive(struct ncr_lists *lst, const struct ncr_key_derive *data,
struct nlattr *tb[]);
void ncr_key_clear(struct key_item_st* item);
-int ncr_key_assign_flags(struct key_item_st *item, unsigned int flags);
+int ncr_key_update_flags(struct key_item_st *item, const struct nlattr *nla);
/* key handling */
int ncr_key_init(struct ncr_lists *lst);