Fix constant: OPENSS_NO_ECDH -> OPENSSL_NO_EC

This commit is contained in:
Bruno Silvestre 2018-09-12 18:16:21 -03:00
parent 661d08e5f3
commit 9883782102

View File

@ -10,7 +10,7 @@
#include <lua.h>
#ifndef OPENSSL_NO_ECDH
#ifndef OPENSSL_NO_EC
#include <openssl/ec.h>
EC_KEY *lsec_find_ec_key(lua_State *L, const char *str);