diff options
-rw-r--r-- | lib/libssl/src/crypto/engine/hw_cryptodev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/engine/hw_cryptodev.c b/lib/libssl/src/crypto/engine/hw_cryptodev.c index 75a56058ca0..0ca442af8a5 100644 --- a/lib/libssl/src/crypto/engine/hw_cryptodev.c +++ b/lib/libssl/src/crypto/engine/hw_cryptodev.c @@ -164,7 +164,7 @@ static struct { }; /* - * Return a fd if /dev/crypto seems usable, 0 otherwise. + * Return a fd if /dev/crypto seems usable, -1 otherwise. */ static int open_dev_crypto(void) |