summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/css.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/css.c b/css/css.c
index 88487fb4a..641b58dba 100644
--- a/css/css.c
+++ b/css/css.c
@@ -913,9 +913,12 @@ void css_atimport_callback(content_msg msg, struct content *css,
/*css_dump_stylesheet(css->data.css);*/
c->active--;
break;
-
+#ifdef WITH_AUTH
case CONTENT_MSG_AUTH:
+#endif
+#ifdef WITH_SSL
case CONTENT_MSG_SSL:
+#endif
/* todo: handle AUTH and SSL */
case CONTENT_MSG_ERROR:
c->data.css.import_content[i] = 0;