/* | |
* Copyright (C) Dmitry Volyntsev | |
* Copyright (C) NGINX, Inc. | |
*/ | |
#ifndef _NJS_CRYPTO_H_INCLUDED_ | |
#define _NJS_CRYPTO_H_INCLUDED_ | |
extern const njs_object_init_t njs_crypto_object_init; | |
extern const njs_object_type_init_t njs_hash_type_init; | |
extern const njs_object_type_init_t njs_hmac_type_init; | |
#endif /* _NJS_CRYPTO_H_INCLUDED_ */ |