* ftp.c: Declare mech_type in struct gss_trials gss_OID to be
authorEzra Peisach <epeisach@mit.edu>
Mon, 30 Jul 2001 18:22:14 +0000 (18:22 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 30 Jul 2001 18:22:14 +0000 (18:22 +0000)
        compatible with GSS_C_NO_OID type. (was gss_OID *).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13652 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/gssftp/ftp/ChangeLog
src/appl/gssftp/ftp/ftp.c

index d9fc10c2bf20f607ba3bf1e4f71fe94390fac25a..490be31b65ee14f8ec1fe35ee2e230e000fb879b 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-30  Ezra Peisach  <epeisach@mit.edu>
+
+       * ftp.c: Declare mech_type in struct gss_trials gss_OID to be
+       compatible with GSS_C_NO_OID type. (was gss_OID *).
+
 2001-07-27  Danilo Almeida  <dalmeida@mit.edu>
 
        * ftp.c: Remove local Win32-specific definition of gss_mech_krb5.
index da7c761f195d254730beac68f2fa38b72f177f93..e5027da81440d7b51b9979f7a2013ac8a771f218 100644 (file)
@@ -1961,7 +1961,7 @@ char realm[REALM_SZ + 1];
 
 #ifdef GSSAPI
 struct {
-    gss_OID *mech_type;
+    gss_OID mech_type;
     char *service_name;
 } gss_trials[] = {
     { GSS_C_NO_OID, "ftp" },