diff -r 24998d36f3e4 -r 19cfaceda6bb config.h.in --- a/config.h.in Sat Mar 05 14:57:58 2016 +0200 +++ b/config.h.in Sat Mar 05 15:43:04 2016 +0200 @@ -1,5 +1,5 @@ -/* Copyright 2009 Myhailo Danylenko +/* Copyright 2009-2016 Myhailo Danylenko This file is part of lua-lm. @@ -34,6 +34,12 @@ // define this, if your loudmouth have lm_connection_unregister_reply_handler () #cmakedefine HAVE_LM_CONNECTION_UNREGISTER_REPLY_HANDLER +// define this, if your loudmouth have lm_ssl_set_ca () +#cmakedefine HAVE_LM_SSL_SET_CA + +// define this, if your loudmouth have lm_ssl_set_cipher_list () +#cmakedefine HAVE_LM_SSL_SET_CIPHER_LIST + #ifndef HAVE_LUA52 # define lua_rawlen lua_objlen # define luaL_setfuncs(STATE, REGTABLE, IGZERO) luaL_register ( STATE, NULL, REGTABLE )