diff options
-rw-r--r-- | crypto/ansi_cprng.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/ansi_cprng.c b/crypto/ansi_cprng.c index 765fe7609348..e4945ecba560 100644 --- a/crypto/ansi_cprng.c +++ b/crypto/ansi_cprng.c | |||
@@ -20,8 +20,6 @@ | |||
20 | #include <linux/moduleparam.h> | 20 | #include <linux/moduleparam.h> |
21 | #include <linux/string.h> | 21 | #include <linux/string.h> |
22 | 22 | ||
23 | #include "internal.h" | ||
24 | |||
25 | #define DEFAULT_PRNG_KEY "0123456789abcdef" | 23 | #define DEFAULT_PRNG_KEY "0123456789abcdef" |
26 | #define DEFAULT_PRNG_KSZ 16 | 24 | #define DEFAULT_PRNG_KSZ 16 |
27 | #define DEFAULT_BLK_SZ 16 | 25 | #define DEFAULT_BLK_SZ 16 |