On Tue, 30 Jun 2009, David McCullough wrote: > > Cleanup some compile time warnings/magic numbers. > > --- > diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c > index 186eb36..1e5d3a3 100644 > --- a/crypto/engine/eng_cryptodev.c > +++ b/crypto/engine/eng_cryptodev.c > @@ -70,9 +70,9 @@ struct dev_crypto_state { > int d_fd; > > #ifdef USE_CRYPTODEV_DIGESTS > - char dummy_mac_key[20]; > + char dummy_mac_key[HASH_MAX_LEN]; [snip]
Where is HASH_MAX_LEN defined? -- Tim Rice Multitalents t...@multitalents.net ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org