Jivin Tim Rice lays it down ...
> 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?
It comes from the "cryptodev.h" provided by *BSD and ocf-linux,
Cheers,
Davidm
--
David McCullough, [email protected], Ph:+61 734352815
McAfee - SnapGear http://www.snapgear.com http://www.uCdot.org
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]