svn commit: lorikeet r355 - in trunk/heimdal/lib/gssapi: .

abartlet at samba.org abartlet at samba.org
Tue Jun 28 13:00:36 GMT 2005


Author: abartlet
Date: 2005-06-28 13:00:35 +0000 (Tue, 28 Jun 2005)
New Revision: 355

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=355

Log:
It may be disgusting, but this function prototype should at least
allow the standalone Heimdal build to proceed.

Andrew Bartlett

Modified:
   trunk/heimdal/lib/gssapi/copy_ccache.c
   trunk/heimdal/lib/gssapi/gssapi.h


Changeset:
Modified: trunk/heimdal/lib/gssapi/copy_ccache.c
===================================================================
--- trunk/heimdal/lib/gssapi/copy_ccache.c	2005-06-28 08:24:55 UTC (rev 354)
+++ trunk/heimdal/lib/gssapi/copy_ccache.c	2005-06-28 13:00:35 UTC (rev 355)
@@ -105,10 +105,10 @@
     return GSS_S_COMPLETE;
 }
 
-OM_uint32
-gss_krb5_copy_service_keyblock(OM_uint32 *minor_status,
-			       gss_ctx_id_t context_handle,
-			       krb5_keyblock **out)
+OM_uint32 gss_krb5_copy_service_keyblock
+        (OM_uint32 *minor_status,
+	 gss_ctx_id_t context_handle,
+	 struct EncryptionKey **out)
 {
     krb5_error_code ret;
     

Modified: trunk/heimdal/lib/gssapi/gssapi.h
===================================================================
--- trunk/heimdal/lib/gssapi/gssapi.h	2005-06-28 08:24:55 UTC (rev 354)
+++ trunk/heimdal/lib/gssapi/gssapi.h	2005-06-28 13:00:35 UTC (rev 355)
@@ -795,7 +795,7 @@
 OM_uint32 gss_krb5_copy_service_keyblock
         (OM_uint32 *minor_status,
 	 gss_ctx_id_t context_handle,
-	 krb5_keyblock **out);
+	 struct EncryptionKey **out);
 
 OM_uint32 gss_krb5_get_tkt_flags
 	(OM_uint32 */*minor*/,



More information about the samba-cvs mailing list