Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148807
b: refs/heads/master
c: 29ecd4a
h: refs/heads/master
i:
  148805: cfef991
  148803: 1e4e47a
  148799: 16d1539
v: v3
  • Loading branch information
Jarod Wilson authored and Herbert Xu committed Jun 2, 2009
1 parent 1f2ddc8 commit c6d8975
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 941fb3287c0c0d84000b669db5450ac4886da640
refs/heads/master: 29ecd4ab3d3aa8bb231361937165dfbbbc534e9a
4 changes: 4 additions & 0 deletions trunk/crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2234,6 +2234,10 @@ int alg_test(const char *driver, const char *alg, u32 type, u32 mask)
if (fips_enabled && rc)
panic("%s: %s alg self test failed in fips mode!\n", driver, alg);

if (fips_enabled && !rc)
printk(KERN_INFO "alg: self-tests for %s (%s) passed\n",
driver, alg);

return rc;

notest:
Expand Down

0 comments on commit c6d8975

Please sign in to comment.