aboutsummaryrefslogtreecommitdiffstats
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorLibravatarLibravatar daurnimator <quae@daurnimator.com> 2017-04-03 18:44:10 +1000
committerLibravatarLibravatar daurnimator <quae@daurnimator.com> 2017-04-03 18:44:36 +1000
commitf7e557e2df27eae7b08d4e974e3f847ee09f03ae (patch)
tree13af92f1ab9b8cbb5ef59397f5433919f5d1e0ff /src/GNUmakefile
parentedd8e804be78b3748fdd21b2cdd187b5def56612 (diff)
parentb7b068b572e951534747ccd57a8c0987170ab423 (diff)
downloadluaossl-f7e557e2df27eae7b08d4e974e3f847ee09f03ae.tar.gz
luaossl-f7e557e2df27eae7b08d4e974e3f847ee09f03ae.tar.bz2
luaossl-f7e557e2df27eae7b08d4e974e3f847ee09f03ae.zip
Merge branch 'ocsp'
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 015a93c..132f3bf 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -92,6 +92,8 @@ MODS$(1)_$(d) = \
$$(DESTDIR)$(3)/openssl.lua \
$$(DESTDIR)$(3)/openssl/auxlib.lua \
$$(DESTDIR)$(3)/openssl/bignum.lua \
+ $$(DESTDIR)$(3)/openssl/ocsp/basic.lua \
+ $$(DESTDIR)$(3)/openssl/ocsp/response.lua \
$$(DESTDIR)$(3)/openssl/pkey.lua \
$$(DESTDIR)$(3)/openssl/pubkey.lua \
$$(DESTDIR)$(3)/openssl/x509.lua \