comparison src/core/ngx_sha1.h @ 1598:27d4ed42e49d

style fix
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Oct 2007 15:22:08 +0000
parents 8f911d6d0d70
children d620f497c50f
comparison
equal deleted inserted replaced
1597:583fa3f2f8e4 1598:27d4ed42e49d
20 20
21 21
22 typedef SHA_CTX ngx_sha1_t; 22 typedef SHA_CTX ngx_sha1_t;
23 23
24 24
25 #define ngx_sha1_init SHA1_Init 25 #define ngx_sha1_init SHA1_Init
26 #define ngx_sha1_update SHA1_Update 26 #define ngx_sha1_update SHA1_Update
27 #define ngx_sha1_final SHA1_Final 27 #define ngx_sha1_final SHA1_Final
28 28
29 29
30 #endif /* _NGX_SHA1_H_INCLUDED_ */ 30 #endif /* _NGX_SHA1_H_INCLUDED_ */