Print this page
first pass

@@ -263,11 +263,10 @@
         OM_UINT32       minor_status;           /* status from the mechanism */
         int             qop_state;              /* quality of protection */
         OM_UINT32       status;                 /* status of GSSAPI call */
 };
 
-%/* EXPORT DELETE START */
 struct gss_seal_arg {
         OM_UINT32       gssd_context_verifier;  /* verifier for context handles */
         GSS_CTX_ID_T    context_handle;         /* handle to existing context */
         int             conf_req_flag;          /* type of conf requested */
         int             qop_req;                /* quality of prot. requested */

@@ -293,12 +292,10 @@
         int             conf_state;             /* type of conf. provided */
         int             qop_state;              /* quality of prot. provided */
         OM_UINT32       status;                 /* status of GSSAPI call */
 };
 
-%/* EXPORT DELETE END */
-
 struct gss_display_status_arg {
         uid_t           uid;                    /* client uid */
         int             status_value;           /* status to be converted */
         int             status_type;            /* GSS or mech status */
         GSS_OID         mech_type;              /* mechanism */

@@ -480,12 +477,10 @@
          */
         gss_inquire_cred_res
                 GSS_INQUIRE_CRED(gss_inquire_cred_arg)                  = 12;
 
 
-/* EXPORT DELETE START */
-
         /*
          *  Called to seal a message.
          */
         gss_seal_res    GSS_SEAL(gss_seal_arg)                          = 13;
 

@@ -492,12 +487,10 @@
         /*
          *  Called to unseal a message.
          */
         gss_unseal_res  GSS_UNSEAL(gss_unseal_arg)                      = 14;
 
-/* EXPORT DELETE END */
-
         /*
          * gsscred interface functions to obtain principal uid and gids
          */
         gsscred_expname_to_unix_cred_res
                         GSSCRED_EXPNAME_TO_UNIX_CRED(