aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_cache.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-11 22:16:11 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-11-11 22:16:11 +0000
commitd0d57b769ea960f7b4a8a95639580c91cfb5d4c5 (patch)
tree1e4e61f19ac15aef21a508f4aad68c54f7c0cb9f /src/http/ngx_http_cache.c
parent27c30f9919ed695ab718c3365a445d47a14fd80f (diff)
downloadnginx-d0d57b769ea960f7b4a8a95639580c91cfb5d4c5.tar.gz
nginx-d0d57b769ea960f7b4a8a95639580c91cfb5d4c5.zip
nginx-0.0.1-2003-11-12-01:16:11 import
Diffstat (limited to 'src/http/ngx_http_cache.c')
-rw-r--r--src/http/ngx_http_cache.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/http/ngx_http_cache.c b/src/http/ngx_http_cache.c
index 580840623..299455ba3 100644
--- a/src/http/ngx_http_cache.c
+++ b/src/http/ngx_http_cache.c
@@ -5,6 +5,13 @@
#include <md5.h>
+/* STUB */
+#if (WIN32)
+#define MD5Init MD5_Init
+#define MD5Update MD5_Update
+#define MD5Final MD5_Final
+#endif
+
int ngx_http_cache_get_file(ngx_http_request_t *r, ngx_http_cache_ctx_t *ctx)
{