From 8eaf1a460901645345e960223f9e1de7f9652376 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Thu, 1 Nov 2018 17:01:52 +1100 Subject: src/openssl.c: Add kdf.derive --- src/GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/GNUmakefile') 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 \ -- cgit v1.2.3-59-g8ed1b