+Sun Jan 22 18:17:06 1995 John Gilmore (gnu@cygnus.com)
+
+ * preauth.h, rsa-md5.h: Protect against multiple inclusion.
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
*
* (Originally written by Glen Machin at Sandia Labs.)
*
- * Copyright 1992 by the Massachusetts Institute of Technology.
+ * Copyright 1992, 1995 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
* any purpose. It is provided "as is" without express or implied warranty.
*
*/
+#ifndef KRB5_PREAUTH__
+#define KRB5_PREAUTH__
#define MAX_PREAUTH_SIZE 20 /* Maximum size of PreAuthenticator.data */
PROTOTYPE((krb5_context, krb5_principal client, krb5_address **src_addr,
krb5_data *data));
+#endif /* KRB5_PREAUTH__ */
***********************************************************************
*/
+#ifndef KRB5_RSA_MD5__
+#define KRB5_RSA_MD5__
+
/* Data structure for MD5 (Message-Digest) computation */
typedef struct {
krb5_ui_4 i[2]; /* number of _bits_ handled mod 2^64 */
rsa_md5_cksumtable_entry,
rsa_md5_des_cksumtable_entry;
+#endif /* KRB5_RSA_MD5__ */