Changeset ea99ffe in mod_gnutls for test/Makefile.am
- Timestamp:
- Mar 14, 2016, 2:58:07 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- c0c4106
- Parents:
- a03f94e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
ra03f94e rea99ffe 123 123 endif 124 124 125 # rules to build OCSP database 126 if ENABLE_OCSP_TEST 127 check_DATA += authority/ocsp_index.txt 128 MOSTLYCLEANFILES += authority/ocsp_index.txt authority/ocsp_index.txt.attr 129 authority/ocsp_index.txt: $(x509_tokens) gen_ocsp_index authority/ocsp_index.txt.attr 130 ./gen_ocsp_index server/x509.pem client/x509.pem > $@ 131 132 authority/ocsp_index.txt.attr: authority/secret.key 133 echo "unique_subject = no" > $@ 134 endif 125 135 126 136 # SoftHSM tokens. Note that the SoftHSM 2 token is a directory and
Note: See TracChangeset
for help on using the changeset viewer.