Remove #error from include files.
[oweals/openssl.git] / ssl / ssl_ciph.c
index c62b1935b6746485758e66659a599e4ca954e7ff..938baaca43ae2bc2e1b055698db5dce5fa2eeaa1 100644 (file)
 
 #include <stdio.h>
 #include <openssl/objects.h>
-#ifndef OPENSSL_NO_COMP
-# include <openssl/comp.h>
-#endif
-#ifndef OPENSSL_NO_ENGINE
-# include <openssl/engine.h>
-#endif
+#include <openssl/comp.h>
+#include <openssl/engine.h>
 #include "internal/threads.h"
 #include "ssl_locl.h"