comparison src/core/ngx_crypt.c @ 4759:4c36e15651f7

Fixed compilation with -Wmissing-prototypes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jul 2012 15:09:54 +0000
parents 105841a157b9
children 63dff7943fc7
comparison
equal deleted inserted replaced
4758:1f908d2dde8d 4759:4c36e15651f7
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