comparison src/core/ngx_crypt.c @ 4798:29928279ec9f stable-1.2

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.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 17:07:28 +0000
parents 105841a157b9
children 63dff7943fc7
comparison
equal deleted inserted replaced
4797:d1cea70248c7 4798:29928279ec9f
4 */ 4 */
5 5
6 6
7 #include <ngx_config.h> 7 #include <ngx_config.h>
8 #include <ngx_core.h> 8 #include <ngx_core.h>
9 #include <ngx_crypt.h>
9 #include <ngx_md5.h> 10 #include <ngx_md5.h>
10 #if (NGX_HAVE_SHA1) 11 #if (NGX_HAVE_SHA1)
11 #include <ngx_sha1.h> 12 #include <ngx_sha1.h>
12 #endif 13 #endif
13 14