Sha256: b8f82a191f7d73a19fe8d45cd0e7526a81751cad37110c3b25a549b5eb9d8cfb
Contents?: true
Size: 308 Bytes
Versions: 35
Compression:
Stored size: 308 Bytes
Contents
/* * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #ifndef _NGX_CRYPT_H_INCLUDED_ #define _NGX_CRYPT_H_INCLUDED_ #include <ngx_config.h> #include <ngx_core.h> ngx_int_t ngx_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted); #endif /* _NGX_CRYPT_H_INCLUDED_ */
Version data entries
35 entries across 35 versions & 1 rubygems