For the UI functions that return an int, 0 or any positive number is a
authorRichard Levitte <levitte@openssl.org>
Sat, 23 Jun 2001 14:51:53 +0000 (14:51 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 23 Jun 2001 14:51:53 +0000 (14:51 +0000)
commit20e8f0ee27430f46b0d26a53786e9af25366dcc9
tree298482412738cd51fac2713db47c2ba0434fd651
parent429266b7e4b494b72e16045d47ffc5c3e378a9bf
For the UI functions that return an int, 0 or any positive number is a
success return, any negative number is a failure.  Make sure we check
the return value with that in mind.
crypto/engine/hw_ncipher.c