--- old/src/http_client.h	Fri Oct 13 17:05:56 2006
+++ src/http_client.h	Sun Oct 28 12:39:39 2007
@@ -21,9 +21,12 @@
 #include "general.h"
 #include <openssl/bio.h>
 
+#ifndef USE_CURL
 BIO *ocspd_http_connect( URL *url ); 
-BUF_MEM *ocspd_http_get( URL *url, unsigned long max_size );
 BUF_MEM *ocspd_http_get_data ( BIO *in, ssize_t max_size );
+#endif
+
+BUF_MEM *ocspd_http_get( URL *url, unsigned long max_size );
 int ocspd_parse_http_headers ( BIO *in );
 
 #endif
