-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
b878165
commit 0d5959a
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters