Index: head/www/nginx/files/patch-src::core::ngx_crypt.c =================================================================== --- head/www/nginx/files/patch-src::core::ngx_crypt.c (nonexistent) +++ head/www/nginx/files/patch-src::core::ngx_crypt.c (revision 274688) @@ -0,0 +1,19 @@ +Index: src/core/ngx_crypt.c +=================================================================== +--- src/core/ngx_crypt.c (revision 3925) ++++ src/core/ngx_crypt.c (working copy) +@@ -12,6 +12,8 @@ + #endif + + ++#if (NGX_CRYPT) ++ + static ngx_int_t ngx_crypt_apr1(ngx_pool_t *pool, u_char *key, u_char *salt, + u_char **encrypted); + static ngx_int_t ngx_crypt_plain(ngx_pool_t *pool, u_char *key, u_char *salt, +@@ -232,3 +234,5 @@ + } + + #endif /* NGX_HAVE_SHA1 */ ++ ++#endif /* NGX_CRYPT */ Property changes on: head/www/nginx/files/patch-src::core::ngx_crypt.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/www/nginx-devel/files/patch-src::core::ngx_crypt.c =================================================================== --- head/www/nginx-devel/files/patch-src::core::ngx_crypt.c (nonexistent) +++ head/www/nginx-devel/files/patch-src::core::ngx_crypt.c (revision 274688) @@ -0,0 +1,19 @@ +Index: src/core/ngx_crypt.c +=================================================================== +--- src/core/ngx_crypt.c (revision 3925) ++++ src/core/ngx_crypt.c (working copy) +@@ -12,6 +12,8 @@ + #endif + + ++#if (NGX_CRYPT) ++ + static ngx_int_t ngx_crypt_apr1(ngx_pool_t *pool, u_char *key, u_char *salt, + u_char **encrypted); + static ngx_int_t ngx_crypt_plain(ngx_pool_t *pool, u_char *key, u_char *salt, +@@ -232,3 +234,5 @@ + } + + #endif /* NGX_HAVE_SHA1 */ ++ ++#endif /* NGX_CRYPT */ Property changes on: head/www/nginx-devel/files/patch-src::core::ngx_crypt.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property