Print this page
3882 remove xmod & friends

@@ -210,17 +210,13 @@
 
   char user_buf[CANON_BUF_SIZE+1], authid_buf[CANON_BUF_SIZE+1];
 
 #ifdef _SUN_SDK_
   struct _sasl_global_context_s *gctx;
-  /* EXPORT DELETE START */
-  /* CRYPT DELETE START */
 #ifdef _INTEGRATED_SOLARIS_
   int sun_reg;
 #endif /* _INTEGRATED_SOLARIS_ */
-  /* CRYPT DELETE END */
-  /* EXPORT DELETE END */
 #endif /* _SUN_SDK_ */
 };
 
 #ifdef _SUN_SDK_
 /* track changes in file system */

@@ -238,17 +234,13 @@
     int version;
     int condition; /* set to SASL_NOUSER if no available users;
                       set to SASL_CONTINUE if delayed plugn loading */
     char *plugname; /* for AUTHSOURCE tracking */
 #ifdef _SUN_SDK_
-    /* EXPORT DELETE START */
-    /* CRYPT DELETE START */
 #ifdef _INTEGRATED_SOLARIS_
     int sun_reg;
 #endif /* _INTEGRATED_SOLARIS_ */
-    /* CRYPT DELETE END */
-    /* EXPORT DELETE END */
     sasl_server_plug_t *plug;
         /*
          * The global context needs to be stored with separately from the       
          * the plugin because it will be overwritten when the plugin is
          * relloaded

@@ -296,17 +288,13 @@
 {
     int version;
 
     char *plugname;
 #ifdef _SUN_SDK_
-    /* EXPORT DELETE START */
-    /* CRYPT DELETE START */
 #ifdef _INTEGRATED_SOLARIS_
     int sun_reg;
 #endif /* _INTEGRATED_SOLARIS_ */
-    /* CRYPT DELETE END */
-    /* EXPORT DELETE END */
         /*
          * The global context needs to be stored with separately from the       
          * the plugin because it will be overwritten when the plugin is
          * relloaded
          */

@@ -801,17 +789,13 @@
                                     const char *plugname,
                                     sasl_auxprop_init_t *auxpropfunc);
 
 _sasl_global_context_t *_sasl_gbl_ctx(void);
 
-/* EXPORT DELETE START */
-/* CRYPT DELETE START */
 #ifdef _INTEGRATED_SOLARIS_
 int _is_sun_reg(void *mech);
 #endif /* _INTEGRATED_SOLARIS_ */
-/* CRYPT DELETE END */
-/* EXPORT DELETE END */
 
 /* unsupported functions that are used internally */
 int sasl_randcreate(sasl_rand_t **rpool);
 
 void sasl_randfree(sasl_rand_t **rpool);