New documentation about things related to SSL_CIPHER. Submitted by Lutz Jaenicke...
[openssl.git] / crypto / comp / c_zlib.c
index 49be818dc72b012bf0648d3d9737fc58251d9834..6684ab4841f0ae039f4def7b9df7d0c443c6b476 100644 (file)
@@ -1,8 +1,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "objects.h"
-#include "comp.h"
+#include <openssl/objects.h>
+#include <openssl/comp.h>
 
 COMP_METHOD *COMP_zlib(void );