> > > > --- 1055,1061 ---- > > if (engine == NULL) > > return; > > if ((fd = get_dev_crypto()) < 0) > > + ENGINE_free (engine); > > return; > > > > That's can't be right. Missing curly braces? > > /r$ > > -- > Rich Salz Chief Security Architect > DataPower Technology http://www.datapower.com > XS40 XML Security Gateway http://www.datapower.com/products/xs40.html > XML Security Overview http://www.datapower.com/xmldev/xmlsecurity.html >
Oops! You're correct, of course. I hope, however, you agree that the "ENGINE_free" needed to be added. -- George Mitchell ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
