diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-22 13:12:43 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-22 13:12:43 +0000 |
commit | a15885aa13457436b8ebf32cea55b3232ebb1299 (patch) | |
tree | b47b665c5ecb745aa8c42cf19b031a613dc3683f /doc/Makefile | |
parent | f930951c6fe3721e9737e60d169c73aee89dd5b3 (diff) | |
download | rspamd-a15885aa13457436b8ebf32cea55b3232ebb1299.tar.gz rspamd-a15885aa13457436b8ebf32cea55b3232ebb1299.zip |
Add hash API for lua_cryptobox
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index d0e6a7d2b..0f1b728cc 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -16,7 +16,7 @@ rspamadm.1: rspamadm.1.md lua-doc: lua_regexp lua_ip lua_config lua_task lua_ucl lua_http lua_trie \ lua_dns lua_redis lua_upstream lua_expression lua_mimepart lua_logger lua_url \ - lua_tcp lua_mempool lua_html lua_util lua_fann lua_sqlite3 + lua_tcp lua_mempool lua_html lua_util lua_fann lua_sqlite3 lua_cryptobox lua_regexp: ../src/lua/lua_regexp.c $(LUADOC) < ../src/lua/lua_regexp.c > markdown/lua/regexp.md @@ -57,4 +57,6 @@ lua_util: ../src/lua/lua_util.c lua_fann: ../src/lua/lua_fann.c $(LUADOC) < ../src/lua/lua_fann.c > markdown/lua/fann.md lua_sqlite3: ../src/lua/lua_sqlite3.c - $(LUADOC) < ../src/lua/lua_sqlite3.c > markdown/lua/sqlite3.md
\ No newline at end of file + $(LUADOC) < ../src/lua/lua_sqlite3.c > markdown/lua/sqlite3.md +lua_cryptobox: ../src/lua/lua_cryptobox.c + $(LUADOC) < ../src/lua/lua_cryptobox.c > markdown/lua/cryptobox.md
\ No newline at end of file |