gss_name_t is now void* (since it's impossible to declare it as a
pointer to a type). git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1900 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -39,13 +39,11 @@ typedef u_int32_t OM_uint32;
|
||||
* This is to avoid having to include <krb5.h>
|
||||
*/
|
||||
|
||||
struct krb5_principal_data;
|
||||
|
||||
struct krb5_auth_context_data;
|
||||
|
||||
/* */
|
||||
|
||||
typedef struct krb5_principal_data *gss_name_t;
|
||||
typedef void *gss_name_t;
|
||||
|
||||
typedef struct gss_ctx_id_t_desc_struct {
|
||||
struct krb5_auth_context_data *auth_context;
|
||||
|
Reference in New Issue
Block a user