--- mod_nss.h.orig 2007-02-20 14:40:29.000000000 -0700 +++ mod_nss.h 2007-02-20 14:40:38.000000000 -0700 @@ -332,23 +332,16 @@ * is the last version without this define. This is used for more than just * the below defines. It also determines which API is used. */ #ifndef AP_SERVER_MAJORVERSION_NUMBER #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 0 #define AP_SERVER_PATCHLEVEL_NUMBER 55 #endif - -#if AP_SERVER_MINORVERSION_NUMBER < 2 -typedef struct regex_t ap_regex_t; -#define AP_REG_EXTENDED REG_EXTENDED -#define AP_REG_NOSUB REG_NOSUB -#define AP_REG_ICASE REG_ICASE -#endif enum sslversion { SSL2=1, SSL3=2, TLS=4}; /* the table itself is defined in nss_engine_init.c */ #ifdef NSS_ENABLE_ECC #define ciphernum 48 #else #define ciphernum 23