Changeset 39a27cf in mod_gnutls
- Timestamp:
- Jan 20, 2019, 4:21:04 PM (2 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- 6200f6f
- Parents:
- b6c7866
- git-author:
- Fiona Klute <fiona.klute@…> (01/20/19 16:15:08)
- git-committer:
- Fiona Klute <fiona.klute@…> (01/20/19 16:21:04)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rb6c7866 r39a27cf 33 33 available. 34 34 - OpenPGP support has been removed. 35 - Don't require pem2openpgp for tests when building without MSVA 36 support. 35 37 36 38 ** Version 0.8.4 (2018-04-13) -
test/Makefile.am
rb6c7866 r39a27cf 71 71 x509_certs = $(x509_identities:=/x509.pem) 72 72 x509_tokens = $(x509_certs) $(x509_keys) 73 tokens = $(x509_tokens) $(pgp_tokens) 73 tokens = $(x509_tokens) 74 if USE_MSVA 75 tokens += $(pgp_tokens) 76 endif 74 77 75 78 if !DISABLE_FLOCK
Note: See TracChangeset
for help on using the changeset viewer.