Skip to content

Commit

Permalink
crypto: ansi_cprng - Remove bogus inclusion of internal.h
Browse files Browse the repository at this point in the history
The file internal.h is only meant to be used by internel API
implementation and not algorithm implementations.  In fact it
isn't even needed here so this patch removes it.

Signed-off-by: Herbert Xu <[email protected]>
Acked-by: Neil Horman <[email protected]>
  • Loading branch information
herbertx committed Apr 22, 2015
1 parent 8fded59 commit 6f7e3ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crypto/ansi_cprng.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#include <linux/moduleparam.h>
#include <linux/string.h>

#include "internal.h"

#define DEFAULT_PRNG_KEY "0123456789abcdef"
#define DEFAULT_PRNG_KSZ 16
#define DEFAULT_BLK_SZ 16
Expand Down

0 comments on commit 6f7e3ca

Please sign in to comment.