Skip to content

Commit

Permalink
Update lua-openssl to 0.7.4 (#188)
Browse files Browse the repository at this point in the history
Fixes build error:

```
deps/lua-openssl/src/sm2.c:6:12: fatal error: openssl/sm2.h: No such file or directory
 #  include <openssl/sm2.h>
```
  • Loading branch information
joerg-krause authored and rphillips committed Feb 13, 2019
1 parent b878165 commit 0d5959a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deps/lua-openssl
Submodule lua-openssl updated 39 files
+42 βˆ’41 .gitignore
+17 βˆ’11 .travis.yml
+2 βˆ’2 .travis/setenv_lua.sh
+3 βˆ’15 .travis/setup_lua.sh
+52 βˆ’0 .travis/setup_ssl.sh
+45 βˆ’36 Makefile
+1 βˆ’1 Makefile.win
+17 βˆ’8 openssl-scm-6.rockspec
+26 βˆ’27 src/bio.c
+9 βˆ’6 src/compat.c
+9 βˆ’6 src/csr.c
+26 βˆ’16 src/digest.c
+13 βˆ’12 src/ec.c
+28 βˆ’19 src/engine.c
+4 βˆ’3 src/lhash.c
+12 βˆ’10 src/openssl.c
+0 βˆ’4 src/openssl.h
+44 βˆ’27 src/ots.c
+14 βˆ’14 src/pkcs7.c
+23 βˆ’47 src/pkey.c
+26 βˆ’10 src/private.h
+0 βˆ’322 src/sm2.c
+2 βˆ’1 src/srp.c
+13 βˆ’9 src/x509.c
+7 βˆ’7 src/xalgor.c
+7 βˆ’7 src/xattrs.c
+7 βˆ’1 test/0.engine.lua
+14 βˆ’7 test/1.asn1.lua
+1 βˆ’2 test/1.x509_attr.lua
+15 βˆ’9 test/4.pkey.lua
+9 βˆ’18 test/5.x509.lua
+6 βˆ’11 test/6.cms.lua
+2 βˆ’12 test/6.pkcs7.lua
+3 βˆ’10 test/7.pkcs12.lua
+8 βˆ’4 test/8.ssl_options.lua
+4 βˆ’0 test/9.srp.lua
+46 βˆ’0 test/helper.lua
+2 βˆ’35 test/sm2.lua
+1 βˆ’2 test/test.lua
1 change: 0 additions & 1 deletion deps/lua-openssl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ add_library(lua_openssl
${LUA_OPENSSL_DIR}/src/private.h
${LUA_OPENSSL_DIR}/src/rsa.c
${LUA_OPENSSL_DIR}/src/sk.h
${LUA_OPENSSL_DIR}/src/sm2.c
${LUA_OPENSSL_DIR}/src/srp.c
${LUA_OPENSSL_DIR}/src/ssl.c
${LUA_OPENSSL_DIR}/src/th-lock.c
Expand Down

0 comments on commit 0d5959a

Please sign in to comment.