aboutsummaryrefslogtreecommitdiffstats
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorLibravatarLibravatar william <william@25tandclement.com> 2014-05-10 18:28:42 -0700
committerLibravatarLibravatar william <william@25tandclement.com> 2014-05-10 18:28:42 -0700
commit85f5b3eb7a802984ef3f782faf2e0dcc790845c9 (patch)
tree748477651a2d3be197aeef284d60fb858093a312 /src/GNUmakefile
parentdd0ad8dc1b0962fc80dbf680aadaaaba6536c96b (diff)
parentb1d1a810d0fdf8456e2180085d801c937bd516b6 (diff)
downloadluaossl-85f5b3eb7a802984ef3f782faf2e0dcc790845c9.tar.gz
luaossl-85f5b3eb7a802984ef3f782faf2e0dcc790845c9.tar.bz2
luaossl-85f5b3eb7a802984ef3f782faf2e0dcc790845c9.zip
Merge branch 'kunkku-crl'
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 99b2336..75e8c3a 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -94,6 +94,7 @@ MODS$(1)_$(d) = \
$$(DESTDIR)$(3)/openssl/x509/name.lua \
$$(DESTDIR)$(3)/openssl/x509/altname.lua \
$$(DESTDIR)$(3)/openssl/x509/chain.lua \
+ $$(DESTDIR)$(3)/openssl/x509/crl.lua \
$$(DESTDIR)$(3)/openssl/x509/store.lua \
$$(DESTDIR)$(3)/openssl/ssl/context.lua \
$$(DESTDIR)$(3)/openssl/ssl.lua \