aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorLibravatarLibravatar William Ahern <william@server.local> 2013-12-04 14:56:32 -0800
committerLibravatarLibravatar William Ahern <william@server.local> 2013-12-04 14:56:32 -0800
commit8226aea35589110a6633077f40fd2c6433dc977d (patch)
tree6ebc5e2fd94084cf01cb871399716e1b1f353dc7 /GNUmakefile
parent22184c902bf2670fea9fd1cc6e69e16f9ae91f5b (diff)
downloadluaossl-8226aea35589110a6633077f40fd2c6433dc977d.tar.gz
luaossl-8226aea35589110a6633077f40fd2c6433dc977d.tar.bz2
luaossl-8226aea35589110a6633077f40fd2c6433dc977d.zip
-n
add openssl.rand modue
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index dde5a9e..fcf79a6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -87,7 +87,8 @@ MODS$(1)_$(d) = \
$$(DESTDIR)$(3)/openssl/ssl.lua \
$$(DESTDIR)$(3)/openssl/digest.lua \
$$(DESTDIR)$(3)/openssl/hmac.lua \
- $$(DESTDIR)$(3)/openssl/cipher.lua
+ $$(DESTDIR)$(3)/openssl/cipher.lua \
+ $$(DESTDIR)$(3)/openssl/rand.lua
.SECONDARY: liblua$(1)-openssl-install openssl$(1)-install