Commit 7f06921e authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Remove redundant assignment.

parent 37f010e2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;