Fix constant: OPENSS_NO_ECDH -> OPENSSL_NO_EC

This commit is contained in:
Bruno Silvestre 2018-09-12 18:24:12 -03:00
parent 9883782102
commit 5ece6049e5

View File

@ -2,7 +2,7 @@
#include "ec.h"
#ifndef OPENSSL_NO_ECDH
#ifndef OPENSSL_NO_EC
EC_KEY *lsec_find_ec_key(lua_State *L, const char *str)
{