summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/rsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/rsa.c b/crypto/rsa.c
index b067f3a93880..4167980c243d 100644
--- a/crypto/rsa.c
+++ b/crypto/rsa.c
@@ -215,7 +215,6 @@ static int rsa_verify(struct akcipher_request *req)
215 goto err_free_m; 215 goto err_free_m;
216 } 216 }
217 217
218 ret = -ENOMEM;
219 s = mpi_read_raw_from_sgl(req->src, req->src_len); 218 s = mpi_read_raw_from_sgl(req->src, req->src_len);
220 if (!s) { 219 if (!s) {
221 ret = -ENOMEM; 220 ret = -ENOMEM;