diff options
author | William Ahern <william@25thandclement.com> | 2016-12-08 18:13:48 -0800 |
---|---|---|
committer | William Ahern <william@25thandclement.com> | 2016-12-08 18:13:48 -0800 |
commit | 66326ec384bfde94a999c12a696aa6e5402b6ff4 (patch) | |
tree | 8836a1a4ef28bf42c280056b8c012da26f19f4a6 /src/GNUmakefile | |
parent | 31b9ba81a28151f39efd8958092d70c51817f81e (diff) | |
parent | e9ecd299628b2af6a8aa74ce7956bb7ae902f69d (diff) | |
download | luaossl-rel-20161208.tar.gz luaossl-rel-20161208.tar.bz2 luaossl-rel-20161208.zip |
Merge branch 'daurnimator-74-bind-x509_verify_param'rel-20161208
Diffstat (limited to '')
-rw-r--r-- | src/GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index e7cb54d..015a93c 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile | |||
@@ -102,6 +102,7 @@ MODS$(1)_$(d) = \ | |||
102 | $$(DESTDIR)$(3)/openssl/x509/csr.lua \ | 102 | $$(DESTDIR)$(3)/openssl/x509/csr.lua \ |
103 | $$(DESTDIR)$(3)/openssl/x509/extension.lua \ | 103 | $$(DESTDIR)$(3)/openssl/x509/extension.lua \ |
104 | $$(DESTDIR)$(3)/openssl/x509/store.lua \ | 104 | $$(DESTDIR)$(3)/openssl/x509/store.lua \ |
105 | $$(DESTDIR)$(3)/openssl/x509/verify_param.lua \ | ||
105 | $$(DESTDIR)$(3)/openssl/pkcs12.lua \ | 106 | $$(DESTDIR)$(3)/openssl/pkcs12.lua \ |
106 | $$(DESTDIR)$(3)/openssl/ssl/context.lua \ | 107 | $$(DESTDIR)$(3)/openssl/ssl/context.lua \ |
107 | $$(DESTDIR)$(3)/openssl/ssl.lua \ | 108 | $$(DESTDIR)$(3)/openssl/ssl.lua \ |