diff options
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 3a7d7b4..cf9f2a3 100644 --- a/include/config.h +++ b/include/config.h @@ -2,8 +2,8 @@ #define GMNISRV_CONFIG #include <arpa/inet.h> #include <openssl/x509.h> -#include <regex.h> #include <stdbool.h> +#include "regexp.h" struct gmnisrv_tls { char *store; @@ -21,7 +21,7 @@ struct gmnisrv_route { char *spec; union { char *path; - regex_t *regex; + uint8_t *regex; }; char *root; |
