diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/crypto/engine/hw_cryptodev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libssl/src/crypto/engine/hw_cryptodev.c b/lib/libssl/src/crypto/engine/hw_cryptodev.c index d6d78da9b26..0e80ca051a5 100644 --- a/lib/libssl/src/crypto/engine/hw_cryptodev.c +++ b/lib/libssl/src/crypto/engine/hw_cryptodev.c @@ -74,6 +74,8 @@ ENGINE_load_cryptodev(void) static int check_viac3aes(void); #endif +#define CRYPTO_VIAC3_MAX 3 + struct dev_crypto_state { struct session_op d_sess; int d_fd; |