Commit ea2d9fc1 authored by Herbert Xu's avatar Herbert Xu
Browse files
Merging the crypto tree for 3.17 in order to resolve the conflict
on the 32-bit DRBG overflow fix.
parents 0e56673b 78f543a9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1872,9 +1872,6 @@ static inline int __init drbg_healthcheck_sanity(void)
	/* overflow max addtllen with personalization string */
	ret = drbg_instantiate(drbg, &addtl, coreref, pr);
	BUG_ON(0 == ret);
	/* test uninstantated DRBG */
	len = drbg_generate(drbg, buf, (max_request_bytes + 1), NULL);
	BUG_ON(0 < len);
	/* all tests passed */
	rc = 0;