Skip to content

Commit

Permalink
crypto: tcrypt - Abort and only log if there is an error
Browse files Browse the repository at this point in the history
The info printed is a complete waste of space when there is no error
since it doesn't tell us anything that we don't already know.  If there
is an error, we can also be more verbose.

In case that there is an error, this patch also aborts the test and
returns the error to the caller.  In future this will be used to
algorithms at registration time.

Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
herbertx committed Aug 29, 2008
1 parent 8cb51ba commit bdecd22
Showing 1 changed file with 200 additions and 146 deletions.
Loading

0 comments on commit bdecd22

Please sign in to comment.