diff options
| author | william <william@25tandclement.com> | 2014-05-10 18:28:42 -0700 |
|---|---|---|
| committer | william <william@25tandclement.com> | 2014-05-10 18:28:42 -0700 |
| commit | 85f5b3eb7a802984ef3f782faf2e0dcc790845c9 (patch) | |
| tree | 748477651a2d3be197aeef284d60fb858093a312 /src/GNUmakefile | |
| parent | dd0ad8dc1b0962fc80dbf680aadaaaba6536c96b (diff) | |
| parent | b1d1a810d0fdf8456e2180085d801c937bd516b6 (diff) | |
| download | luaossl-85f5b3eb7a802984ef3f782faf2e0dcc790845c9.tar.gz luaossl-85f5b3eb7a802984ef3f782faf2e0dcc790845c9.tar.bz2 luaossl-85f5b3eb7a802984ef3f782faf2e0dcc790845c9.zip | |
Merge branch 'kunkku-crl'
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 99b2336..75e8c3a 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile | |||
| @@ -94,6 +94,7 @@ MODS$(1)_$(d) = \ | |||
| 94 | $$(DESTDIR)$(3)/openssl/x509/name.lua \ | 94 | $$(DESTDIR)$(3)/openssl/x509/name.lua \ |
| 95 | $$(DESTDIR)$(3)/openssl/x509/altname.lua \ | 95 | $$(DESTDIR)$(3)/openssl/x509/altname.lua \ |
| 96 | $$(DESTDIR)$(3)/openssl/x509/chain.lua \ | 96 | $$(DESTDIR)$(3)/openssl/x509/chain.lua \ |
| 97 | $$(DESTDIR)$(3)/openssl/x509/crl.lua \ | ||
| 97 | $$(DESTDIR)$(3)/openssl/x509/store.lua \ | 98 | $$(DESTDIR)$(3)/openssl/x509/store.lua \ |
| 98 | $$(DESTDIR)$(3)/openssl/ssl/context.lua \ | 99 | $$(DESTDIR)$(3)/openssl/ssl/context.lua \ |
| 99 | $$(DESTDIR)$(3)/openssl/ssl.lua \ | 100 | $$(DESTDIR)$(3)/openssl/ssl.lua \ |
