Makefile.in alread specifies the right locations to include so that
,krb5/...> is not required for unix
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6769
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Sep 12 13:05:51 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * k5seal.c, k5unseal.c, accept_sec_context.c: Undo MACINTOSH
+ change for paths. The old ones were correct.
+
Wed Sep 6 12:00:00 1995 James Mattly <mattly@fusion.com>
* gssapi_krb5.h: changed a path bearing include for MACINTOSH
*/
#include "gssapiP_krb5.h"
-#ifndef _MACINTOSH
-#include <krb5/rsa-md5.h>
-#else
#include "rsa-md5.h"
-#endif
#include <memory.h>
OM_uint32
*/
#include "gssapiP_krb5.h"
-#ifndef _MACINTOSH
-#include <krb5/rsa-md5.h>
-#else
#include "rsa-md5.h"
-#endif
static krb5_error_code
make_seal_token(context, enc_ed, seq_ed, seqnum, direction, text, token,
#include "gssapiP_krb5.h"
#include <memory.h>
-#ifndef _MACINTOSH
-#include <krb5/rsa-md5.h>
-#else
#include "rsa-md5.h"
-#endif
/* message_buffer is an input if SIGN, output if SEAL, and ignored if DEL_CTX
conf_state is only valid if SEAL.