Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Jul 2001 15:31:45 +0000 (15:31 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Jul 2001 15:31:45 +0000 (15:31 +0000)
commit8de83bf876238ab95a36dd439c1c2ee730e1a538
treea5b3a8b4bec5e86c4cb14d2891aeb389e03ef286
parent679df234b7fc9ee7d2b18f38dc4532a13040de36
Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>
His comments are:

 . Fixed all of the Windows dynamic loading functions, prototypes, etc.

 . Corrected all of the unsigned/signed comparison warnings

 . Replaced the references to krb5_cksumarray[] for two reasons.
   First, it was an internal variable that should not have been
   referenced outside the library; nor could it have been with
   a shared library with restricted exports.  Second, the
   variable is no longer used in current Kerberos implementations.
   I replaced the code with equivalent functionality using functions
   that are exported from the library.
ssl/kssl.c