s4:heimdal: import lorikeet-heimdal-200903260854 (commit 8f3b61e3fb466bb9dd457ae88ee0...
[metze/samba/wip.git] / source4 / heimdal / lib / gssapi / spnego / cred_stubs.c
index d87d7d618e77684e35e2bcd84ef4e57933e09e9d..a3a984e22c3eb05137b7e569fd9b1ca64b7677f8 100644 (file)
  * SUCH DAMAGE.
  */
 
-#include "spnego/spnego_locl.h"
+#include "spnego_locl.h"
 
-RCSID("$Id: cred_stubs.c 22688 2008-03-16 11:33:58Z lha $");
+RCSID("$Id$");
 
 OM_uint32
 _gss_spnego_release_cred(OM_uint32 *minor_status, gss_cred_id_t *cred_handle)
 {
     gssspnego_cred cred;
     OM_uint32 ret;
-    
+
     *minor_status = 0;
 
     if (*cred_handle == GSS_C_NO_CREDENTIAL) {
@@ -78,7 +78,7 @@ _gss_spnego_alloc_cred(OM_uint32 *minor_status,
 
     *cred_handle = (gss_cred_id_t)cred;
 
-    return GSS_S_COMPLETE; 
+    return GSS_S_COMPLETE;
 }
 
 /*
@@ -114,7 +114,7 @@ OM_uint32 _gss_spnego_acquire_cred
            return ret;
        }
     }
-    
+
     ret = gss_indicate_mechs(minor_status, &mechs);
     if (ret != GSS_S_COMPLETE) {
        gss_release_name(minor_status, &name);