]> andersk Git - gssapi-openssh.git/commitdiff
- define HAVE_GSSAPI_EXT when appropriate
authorjbasney <jbasney>
Fri, 20 Sep 2002 14:46:44 +0000 (14:46 +0000)
committerjbasney <jbasney>
Fri, 20 Sep 2002 14:46:44 +0000 (14:46 +0000)
- prototype __gss_get_mechanism_cred and gss_export_cred for mechglue

openssh/ssh-gss.h

index d15efd55849ed78220b5e9ab96d0e41f097935d0..37d8721d3a916e58fdb1e5123c34e9300ce0b82a 100644 (file)
@@ -137,6 +137,25 @@ void ssh_gssapi_clean_env();
 
 #ifdef GSI
 int gsi_gridmap(char *subject_name, char **mapped_name);
+#ifdef _HAVE_GSI_EXTENDED_GSSAPI
+#define HAVE_GSSAPI_EXT
+#endif
+#endif
+
+#ifdef MECHGLUE
+gss_cred_id_t __gss_get_mechanism_cred
+   (gss_cred_id_t,     /* union_cred */
+    gss_OID            /* mech_type */
+   );
+#ifndef _HAVE_GSI_EXTENDED_GSSAPI
+#define HAVE_GSSAPI_EXT
+OM_uint32 gss_export_cred
+    (OM_uint32 *,        /* minor_status */
+     const gss_cred_id_t,/* cred_handle */
+     const gss_OID,      /* desired mech */
+     OM_uint32,          /* option req */
+     gss_buffer_t);      /* output buffer */
+#endif
 #endif
 #endif /* GSSAPI */
 
This page took 0.047578 seconds and 5 git commands to generate.