summaryrefslogtreecommitdiffstats
path: root/ncr-key-wrap.c
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-25 06:11:35 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-25 06:11:35 +0200
commitc07dc584248074d16c371d2a478bc23520bef69f (patch)
treeb8c27745b96f425abc9c35667e8e1257969adec7 /ncr-key-wrap.c
parentf90894ca4a2f56c42b787504e59421b89030c75e (diff)
parent6bb729e4da0d4f280845f14196c2e9cef0cd1480 (diff)
downloadcryptodev-linux-c07dc584248074d16c371d2a478bc23520bef69f.tar.gz
cryptodev-linux-c07dc584248074d16c371d2a478bc23520bef69f.tar.xz
cryptodev-linux-c07dc584248074d16c371d2a478bc23520bef69f.zip
Merge branch 'bugfixes'
Diffstat (limited to 'ncr-key-wrap.c')
-rw-r--r--ncr-key-wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr-key-wrap.c b/ncr-key-wrap.c
index 8ca23b8..25bd9e1 100644
--- a/ncr-key-wrap.c
+++ b/ncr-key-wrap.c
@@ -496,7 +496,7 @@ cleanup:
/* will check if the kek is of equal or higher security level than
* wkey. To prevent encrypting a 256 bit key with an 128 bit one.
*/
-int check_key_level(struct key_item_st* kek, struct key_item_st* wkey)
+static int check_key_level(struct key_item_st* kek, struct key_item_st* wkey)
{
int kek_level, wkey_level;