diff options
| -rw-r--r-- | crypto/testmgr.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 67e68c0f9e61..7eb423f0b1f0 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -63,7 +63,7 @@ int alg_test(const char *driver, const char *alg, u32 type, u32 mask)   */  #define IDX1		32  #define IDX2		32400 -#define IDX3		1 +#define IDX3		511  #define IDX4		8193  #define IDX5		22222  #define IDX6		17101  | 
