diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/engine/hw_cryptodev.c | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/engine/hw_cryptodev.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/engine/hw_cryptodev.c b/src/lib/libcrypto/engine/hw_cryptodev.c index 75a56058ca..0ca442af8a 100644 --- a/src/lib/libcrypto/engine/hw_cryptodev.c +++ b/src/lib/libcrypto/engine/hw_cryptodev.c | |||
@@ -164,7 +164,7 @@ static struct { | |||
164 | }; | 164 | }; |
165 | 165 | ||
166 | /* | 166 | /* |
167 | * Return a fd if /dev/crypto seems usable, 0 otherwise. | 167 | * Return a fd if /dev/crypto seems usable, -1 otherwise. |
168 | */ | 168 | */ |
169 | static int | 169 | static int |
170 | open_dev_crypto(void) | 170 | open_dev_crypto(void) |
diff --git a/src/lib/libssl/src/crypto/engine/hw_cryptodev.c b/src/lib/libssl/src/crypto/engine/hw_cryptodev.c index 75a56058ca..0ca442af8a 100644 --- a/src/lib/libssl/src/crypto/engine/hw_cryptodev.c +++ b/src/lib/libssl/src/crypto/engine/hw_cryptodev.c | |||
@@ -164,7 +164,7 @@ static struct { | |||
164 | }; | 164 | }; |
165 | 165 | ||
166 | /* | 166 | /* |
167 | * Return a fd if /dev/crypto seems usable, 0 otherwise. | 167 | * Return a fd if /dev/crypto seems usable, -1 otherwise. |
168 | */ | 168 | */ |
169 | static int | 169 | static int |
170 | open_dev_crypto(void) | 170 | open_dev_crypto(void) |