summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_crypt.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-08-06 17:07:28 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-08-06 17:07:28 +0000
commit20ce4fcbbf7c1504cc520905dfde1b2790011e31 (patch)
tree4d719fab466d77fd82c54e29eae01ab84ff70353 /src/core/ngx_crypt.c
parenta24d4d23f770856762a7f3f11f29c0f8b517b1ab (diff)
downloadnginx-20ce4fcbbf7c1504cc520905dfde1b2790011e31.tar.gz
nginx-20ce4fcbbf7c1504cc520905dfde1b2790011e31.tar.bz2
Merge of r4760, r4761: -Wmissing-prototypes.
Fixed compilation with -Wmissing-prototypes. Added a commented out -Wmissing-prototypes to CFLAGS. It is commented out to not break builds with 3rd party modules.
Diffstat (limited to 'src/core/ngx_crypt.c')
-rw-r--r--src/core/ngx_crypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_crypt.c b/src/core/ngx_crypt.c
index 9564c3618..365f9c82a 100644
--- a/src/core/ngx_crypt.c
+++ b/src/core/ngx_crypt.c
@@ -6,6 +6,7 @@
#include <ngx_config.h>
#include <ngx_core.h>
+#include <ngx_crypt.h>
#include <ngx_md5.h>
#if (NGX_HAVE_SHA1)
#include <ngx_sha1.h>