diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/drbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/drbg.c b/crypto/drbg.c index ded86385ab6e..8b39f509f0a6 100644 --- a/crypto/drbg.c +++ b/crypto/drbg.c | |||
@@ -1632,7 +1632,7 @@ static int drbg_fini_sym_kernel(struct drbg_state *drbg) | |||
1632 | drbg->ctr_handle = NULL; | 1632 | drbg->ctr_handle = NULL; |
1633 | 1633 | ||
1634 | if (drbg->ctr_req) | 1634 | if (drbg->ctr_req) |
1635 | skcipher_request_free(drbg->ctr_req);; | 1635 | skcipher_request_free(drbg->ctr_req); |
1636 | drbg->ctr_req = NULL; | 1636 | drbg->ctr_req = NULL; |
1637 | 1637 | ||
1638 | kfree(drbg->ctr_null_value_buf); | 1638 | kfree(drbg->ctr_null_value_buf); |