src/core/ngx_crypt.h - nginx-1.7.10

Macros defined

Source code


  1. /*
  2. * Copyright (C) Igor Sysoev
  3. * Copyright (C) Nginx, Inc.
  4. */


  5. #ifndef _NGX_CRYPT_H_INCLUDED_
  6. #define _NGX_CRYPT_H_INCLUDED_


  7. #include <ngx_config.h>
  8. #include <ngx_core.h>


  9. ngx_int_t ngx_crypt(ngx_pool_t *pool, u_char *key, u_char *salt,
  10.     u_char **encrypted);


  11. #endif /* _NGX_CRYPT_H_INCLUDED_ */