summaryrefslogtreecommitdiff
path: root/lib/digsig.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/digsig.c')
-rw-r--r--lib/digsig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/digsig.c b/lib/digsig.c
index 5ddcc52f7686..9dd319c12c7d 100644
--- a/lib/digsig.c
+++ b/lib/digsig.c
@@ -155,7 +155,6 @@ static int digsig_verify_rsa(struct key *key,
len = mlen;
head = len - l;
- memset(out1, 0, head);
memcpy(out1 + head, p, l);
kfree(p);