summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/engine/hw_cryptodev.c2
-rw-r--r--src/lib/libssl/src/crypto/engine/hw_cryptodev.c2
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 */
169static int 169static int
170open_dev_crypto(void) 170open_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 */
169static int 169static int
170open_dev_crypto(void) 170open_dev_crypto(void)