summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1999-05-11 15:58:57 +0000
committerEzra Peisach <epeisach@mit.edu>1999-05-11 15:58:57 +0000
commitd3d24c86f1f346dae152cf4976681d84040d15c3 (patch)
treecfa9d6aeaed5aa3b423d0607e2bc4093256ce143 /src
parentda7dc1196d02dd0b3544f87f5fd9f0c17999510f (diff)
* ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11435 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/gssftp/ftp/ChangeLog4
-rw-r--r--src/appl/gssftp/ftp/ftp.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftp/ChangeLog b/src/appl/gssftp/ftp/ChangeLog
index f275b6ea5..4c287d294 100644
--- a/src/appl/gssftp/ftp/ChangeLog
+++ b/src/appl/gssftp/ftp/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 11 11:58:00 1999 Ezra Peisach <epeisach@mit.edu>
+
+ * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.h.
+
Thu Feb 25 23:05:03 1999 Tom Yu <tlyu@mit.edu>
* secure.c (secure_putbuf): Revert Sam's last change; if
diff --git a/src/appl/gssftp/ftp/ftp.c b/src/appl/gssftp/ftp/ftp.c
index d19d62c20..c6e47bdec 100644
--- a/src/appl/gssftp/ftp/ftp.c
+++ b/src/appl/gssftp/ftp/ftp.c
@@ -124,6 +124,7 @@ MSG_DAT msg_data;
/* need to include the krb5 file, because we're doing manual fallback
from the v2 mech to the v2 mech. Once there's real negotiation,
we can be generic again. */
+#include <gssapi/gssapi_generic.h>
#include <gssapi/gssapi_krb5.h>
gss_ctx_id_t gcontext;
#endif /* GSSAPI */