mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Remove redundant assignment.
This commit is contained in:
parent
37f010e248
commit
7f06921eca
@ -333,12 +333,10 @@ int fips_drbg_hash_init(DRBG_CTX *dctx)
|
||||
switch (dctx->type)
|
||||
{
|
||||
case NID_sha1:
|
||||
md = EVP_sha1();
|
||||
dctx->strength = 128;
|
||||
break;
|
||||
|
||||
case NID_sha224:
|
||||
md = EVP_sha224();
|
||||
dctx->strength = 192;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user