diff options
author | 2018-11-01 17:01:52 +1100 | |
---|---|---|
committer | 2019-02-14 16:08:37 +1100 | |
commit | 8eaf1a460901645345e960223f9e1de7f9652376 (patch) | |
tree | 26f87e36c483d3b25928df6405e296af27d5b29d /src/GNUmakefile | |
parent | c5bf3d5272e38b312ff1e3334c0dc3cbdd461caa (diff) | |
download | luaossl-8eaf1a460901645345e960223f9e1de7f9652376.tar.gz luaossl-8eaf1a460901645345e960223f9e1de7f9652376.tar.bz2 luaossl-8eaf1a460901645345e960223f9e1de7f9652376.zip |
src/openssl.c: Add kdf.derive
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r-- | src/GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index f5c7c55..9a568a1 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -80,6 +80,7 @@ MODS$(1)_$(d) = \ $$(DESTDIR)$(3)/openssl.lua \ $$(DESTDIR)$(3)/openssl/auxlib.lua \ $$(DESTDIR)$(3)/openssl/bignum.lua \ + $$(DESTDIR)$(3)/openssl/kdf.lua \ $$(DESTDIR)$(3)/openssl/ocsp/basic.lua \ $$(DESTDIR)$(3)/openssl/ocsp/response.lua \ $$(DESTDIR)$(3)/openssl/pkey.lua \ |