summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ncr-pk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr-pk.c b/ncr-pk.c
index 7d90a2e..6422229 100644
--- a/ncr-pk.c
+++ b/ncr-pk.c
@@ -165,7 +165,7 @@ int ncr_pk_unpack( struct key_item_st * key, const void * packed, size_t packed_
{
int cret;
- if (key == NULL || packed == NULL || packed_size == NULL) {
+ if (key == NULL || packed == NULL) {
err();
return -EINVAL;
}