> 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 #ifdef / #endif is unnecessary and clutters the source. As of at least C90 #undef with a name that is not currently defined is ignored. See ISO 9899-1990 6.8.3.5. [And wouldn't openssl-dev be the more appropriate forum?] Michael Wojcik Principal Software Systems Developer, Micro Focus Department of English, Miami University ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]