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)
|
switch (dctx->type)
|
||||||
{
|
{
|
||||||
case NID_sha1:
|
case NID_sha1:
|
||||||
md = EVP_sha1();
|
|
||||||
dctx->strength = 128;
|
dctx->strength = 128;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case NID_sha224:
|
case NID_sha224:
|
||||||
md = EVP_sha224();
|
|
||||||
dctx->strength = 192;
|
dctx->strength = 192;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user