diff options
| author | daurnimator <quae@daurnimator.com> | 2017-04-03 18:44:10 +1000 |
|---|---|---|
| committer | daurnimator <quae@daurnimator.com> | 2017-04-03 18:44:36 +1000 |
| commit | f7e557e2df27eae7b08d4e974e3f847ee09f03ae (patch) | |
| tree | 13af92f1ab9b8cbb5ef59397f5433919f5d1e0ff /src/GNUmakefile | |
| parent | edd8e804be78b3748fdd21b2cdd187b5def56612 (diff) | |
| parent | b7b068b572e951534747ccd57a8c0987170ab423 (diff) | |
| download | luaossl-f7e557e2df27eae7b08d4e974e3f847ee09f03ae.tar.gz luaossl-f7e557e2df27eae7b08d4e974e3f847ee09f03ae.tar.bz2 luaossl-f7e557e2df27eae7b08d4e974e3f847ee09f03ae.zip | |
Merge branch 'ocsp'
Diffstat (limited to 'src/GNUmakefile')
| -rw-r--r-- | src/GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index 015a93c..132f3bf 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile | |||
| @@ -92,6 +92,8 @@ MODS$(1)_$(d) = \ | |||
| 92 | $$(DESTDIR)$(3)/openssl.lua \ | 92 | $$(DESTDIR)$(3)/openssl.lua \ |
| 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 \ | ||
| 96 | $$(DESTDIR)$(3)/openssl/ocsp/response.lua \ | ||
| 95 | $$(DESTDIR)$(3)/openssl/pkey.lua \ | 97 | $$(DESTDIR)$(3)/openssl/pkey.lua \ |
| 96 | $$(DESTDIR)$(3)/openssl/pubkey.lua \ | 98 | $$(DESTDIR)$(3)/openssl/pubkey.lua \ |
| 97 | $$(DESTDIR)$(3)/openssl/x509.lua \ | 99 | $$(DESTDIR)$(3)/openssl/x509.lua \ |
