Print this page
4746 remove EXPORT_SRC leftovers

@@ -55,21 +55,10 @@
         (void *)&modlcrypto,
         NULL
 };
 
 /*
- * The following definitions are to keep EXPORT_SRC happy.
- */
-#ifndef AES_MIN_KEY_BYTES
-#define AES_MIN_KEY_BYTES               0
-#endif
-
-#ifndef AES_MAX_KEY_BYTES
-#define AES_MAX_KEY_BYTES               0
-#endif
-
-/*
  * Mechanism info structure passed to KCF during registration.
  */
 static crypto_mech_info_t aes_mech_info_tab[] = {
         /* AES_ECB */
         {SUN_CKM_AES_ECB, AES_ECB_MECH_INFO_TYPE,