aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2017-08-01 14:48:02 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2017-08-01 14:48:02 -0400
commitecd5ba939158e9c6a9f37c8c56c7f432ae1bc1ea (patch)
treefa52eaa81086fd0adf433b75e21cf35f16d71416 /crypto
parenta54c80209fae1eb76dbfbe07c5bc3ef315f8d284 (diff)
parentc48f76d680ad9ad443290ce0f1e8f92db6986bf5 (diff)
Merge tag 'v4.9.37' into v4.9-rt
This is the 4.9.37 stable release
Diffstat (limited to 'crypto')
-rw-r--r--crypto/drbg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/drbg.c b/crypto/drbg.c
index 123d211efa12..8cac3d31a5f8 100644
--- a/crypto/drbg.c
+++ b/crypto/drbg.c
@@ -1691,6 +1691,7 @@ static int drbg_init_sym_kernel(struct drbg_state *drbg)
return PTR_ERR(sk_tfm);
}
drbg->ctr_handle = sk_tfm;
+ init_completion(&drbg->ctr_completion);
req = skcipher_request_alloc(sk_tfm, GFP_KERNEL);
if (!req) {