diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-02-07 09:38:44 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-02-07 09:38:44 +0100 |
commit | 1e94320ffee29424ef70cdbb7f5601216382b7e6 (patch) | |
tree | 5558a860abefef6d348cd586cb3aa177de0d1476 /crypto/algapi.c | |
parent | e1b239f371c0c745542cb8108d085ec728e8a69c (diff) | |
parent | f3d83317a69e7d658e7c83e24f8b31ac533c39e3 (diff) |
Merge branch 'for-linus' into for-next
Diffstat (limited to 'crypto/algapi.c')
-rw-r--r-- | crypto/algapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/algapi.c b/crypto/algapi.c index df939b54b09f..1fad2a6b3bbb 100644 --- a/crypto/algapi.c +++ b/crypto/algapi.c @@ -356,6 +356,7 @@ int crypto_register_alg(struct crypto_alg *alg) struct crypto_larval *larval; int err; + alg->cra_flags &= ~CRYPTO_ALG_DEAD; err = crypto_check_alg(alg); if (err) return err; |