diff options
| author | daurnimator <quae@daurnimator.com> | 2017-04-03 18:41:51 +1000 |
|---|---|---|
| committer | daurnimator <quae@daurnimator.com> | 2017-04-03 18:41:51 +1000 |
| commit | b7b068b572e951534747ccd57a8c0987170ab423 (patch) | |
| tree | 000f8508c7330592387b240864815cca86dd9427 /src/GNUmakefile | |
| parent | b8e6d9e9de0f5431957a1df666cf6c4753a49518 (diff) | |
| download | luaossl-b7b068b572e951534747ccd57a8c0987170ab423.tar.gz luaossl-b7b068b572e951534747ccd57a8c0987170ab423.tar.bz2 luaossl-b7b068b572e951534747ccd57a8c0987170ab423.zip | |
Have (empty) openssl.ocsp.response module
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 7de802a..132f3bf 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile | |||
| @@ -93,6 +93,7 @@ MODS$(1)_$(d) = \ | |||
| 93 | $$(DESTDIR)$(3)/openssl/auxlib.lua \ | 93 | $$(DESTDIR)$(3)/openssl/auxlib.lua \ |
| 94 | $$(DESTDIR)$(3)/openssl/bignum.lua \ | 94 | $$(DESTDIR)$(3)/openssl/bignum.lua \ |
| 95 | $$(DESTDIR)$(3)/openssl/ocsp/basic.lua \ | 95 | $$(DESTDIR)$(3)/openssl/ocsp/basic.lua \ |
| 96 | $$(DESTDIR)$(3)/openssl/ocsp/response.lua \ | ||
| 96 | $$(DESTDIR)$(3)/openssl/pkey.lua \ | 97 | $$(DESTDIR)$(3)/openssl/pkey.lua \ |
| 97 | $$(DESTDIR)$(3)/openssl/pubkey.lua \ | 98 | $$(DESTDIR)$(3)/openssl/pubkey.lua \ |
| 98 | $$(DESTDIR)$(3)/openssl/x509.lua \ | 99 | $$(DESTDIR)$(3)/openssl/x509.lua \ |
