diff options
author | William Ahern <william@server.local> | 2013-12-04 14:56:32 -0800 |
---|---|---|
committer | William Ahern <william@server.local> | 2013-12-04 14:56:32 -0800 |
commit | 8226aea35589110a6633077f40fd2c6433dc977d (patch) | |
tree | 6ebc5e2fd94084cf01cb871399716e1b1f353dc7 /GNUmakefile | |
parent | 22184c902bf2670fea9fd1cc6e69e16f9ae91f5b (diff) | |
download | luaossl-8226aea35589110a6633077f40fd2c6433dc977d.tar.gz luaossl-8226aea35589110a6633077f40fd2c6433dc977d.tar.bz2 luaossl-8226aea35589110a6633077f40fd2c6433dc977d.zip |
-n
add openssl.rand modue
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
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 |