Groonga 3.0.9 Source Code Document
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
groonga
vendor
nginx-1.4.2
src
core
ngx_sha1.h
Go to the documentation of this file.
1
2
/*
3
* Copyright (C) Igor Sysoev
4
* Copyright (C) Nginx, Inc.
5
*/
6
7
8
#ifndef _NGX_SHA1_H_INCLUDED_
9
#define _NGX_SHA1_H_INCLUDED_
10
11
12
#include <
ngx_config.h
>
13
#include <
ngx_core.h
>
14
15
16
#if (NGX_HAVE_OPENSSL_SHA1_H)
17
#include <openssl/sha.h>
18
#else
19
#include <sha.h>
20
#endif
21
22
23
typedef
SHA_CTX
ngx_sha1_t
;
24
25
26
#define ngx_sha1_init SHA1_Init
27
#define ngx_sha1_update SHA1_Update
28
#define ngx_sha1_final SHA1_Final
29
30
31
#endif
/* _NGX_SHA1_H_INCLUDED_ */
Generated on Sun Nov 10 2013 09:49:07 for Groonga 3.0.9 Source Code Document by
1.8.1.2