diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-12-16 16:56:09 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-12-16 16:56:09 +0000 |
commit | 604a765cebee96d297bbdef22258d104f7398dce (patch) | |
tree | 56703ea5173f02e2d0e077e0f08552bbce23de54 /lib | |
parent | 7fa20791fd9a167a5cb2524535781a58ff18026e (diff) |
move CRYPTO_VIAC3_MAX out of cryptodev.h and into the only
file it will be used from.
requested by/ok mikeb@
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; |