RE: OpenSSL 0.9.7-stable-SNAP-20020310

2002-03-12 Thread Jeffrey Altman
> > From: Kenneth R. Robinette [mailto:[EMAIL PROTECTED]] > > Sent: Monday, March 11, 2002 8:36 AM > > > > As a followup to my previous note, kssl.c also requires the > > following to be added at or near line 98: > > > > #ifdef krb5_rc_initialize > > #undef krb5_rc_initialize > > #endif > > ..

RE: OpenSSL 0.9.7-stable-SNAP-20020310

2002-03-12 Thread Michael Wojcik
> From: Kenneth R. Robinette [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 11, 2002 8:36 AM > > As a followup to my previous note, kssl.c also requires the > following to be added at or near line 98: > > #ifdef krb5_rc_initialize > #undef krb5_rc_initialize > #endif > ... A style note: the