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, 4 insertions, 0 deletions
diff --git a/src/lib/libcrypto/engine/hw_cryptodev.c b/src/lib/libcrypto/engine/hw_cryptodev.c index d6d78da9b2..0e80ca051a 100644 --- a/src/lib/libcrypto/engine/hw_cryptodev.c +++ b/src/lib/libcrypto/engine/hw_cryptodev.c | |||
@@ -74,6 +74,8 @@ ENGINE_load_cryptodev(void) | |||
74 | static int check_viac3aes(void); | 74 | static int check_viac3aes(void); |
75 | #endif | 75 | #endif |
76 | 76 | ||
77 | #define CRYPTO_VIAC3_MAX 3 | ||
78 | |||
77 | struct dev_crypto_state { | 79 | struct dev_crypto_state { |
78 | struct session_op d_sess; | 80 | struct session_op d_sess; |
79 | int d_fd; | 81 | int d_fd; |
diff --git a/src/lib/libssl/src/crypto/engine/hw_cryptodev.c b/src/lib/libssl/src/crypto/engine/hw_cryptodev.c index d6d78da9b2..0e80ca051a 100644 --- a/src/lib/libssl/src/crypto/engine/hw_cryptodev.c +++ b/src/lib/libssl/src/crypto/engine/hw_cryptodev.c | |||
@@ -74,6 +74,8 @@ ENGINE_load_cryptodev(void) | |||
74 | static int check_viac3aes(void); | 74 | static int check_viac3aes(void); |
75 | #endif | 75 | #endif |
76 | 76 | ||
77 | #define CRYPTO_VIAC3_MAX 3 | ||
78 | |||
77 | struct dev_crypto_state { | 79 | struct dev_crypto_state { |
78 | struct session_op d_sess; | 80 | struct session_op d_sess; |
79 | int d_fd; | 81 | int d_fd; |