summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openssl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openssl.c b/src/openssl.c
index edd3048..9fc67c7 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -1329,6 +1329,7 @@ static const auxL_IntegerReg ssleay_version[] = {
1329#ifdef SSLEAY_DIR 1329#ifdef SSLEAY_DIR
1330 { "SSLEAY_DIR", SSLEAY_DIR }, 1330 { "SSLEAY_DIR", SSLEAY_DIR },
1331#endif 1331#endif
1332 { NULL, 0 },
1332}; 1333};
1333 1334
1334int luaopen__openssl(lua_State *L) { 1335int luaopen__openssl(lua_State *L) {