aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/drbg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/drbg.c b/crypto/drbg.c
index 39ed9183d30f..54cfd4820abc 100644
--- a/crypto/drbg.c
+++ b/crypto/drbg.c
@@ -1872,9 +1872,6 @@ static inline int __init drbg_healthcheck_sanity(void)
1872 /* overflow max addtllen with personalization string */ 1872 /* overflow max addtllen with personalization string */
1873 ret = drbg_instantiate(drbg, &addtl, coreref, pr); 1873 ret = drbg_instantiate(drbg, &addtl, coreref, pr);
1874 BUG_ON(0 == ret); 1874 BUG_ON(0 == ret);
1875 /* test uninstantated DRBG */
1876 len = drbg_generate(drbg, buf, (max_request_bytes + 1), NULL);
1877 BUG_ON(0 < len);
1878 /* all tests passed */ 1875 /* all tests passed */
1879 rc = 0; 1876 rc = 0;
1880 1877