aboutsummaryrefslogtreecommitdiff
path: root/ssl/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update with latest, add more testsBrent Cook2015-02-061-0/+4
| | | | this adds the new bytestring apis and new regression tests
* allow Windows DLLs to be builtBrent Cook2014-12-141-1/+1
| | | | based on a patch from Jan Engelhardt
* add LIBADD library dependencies to libssl/libtlsBrent Cook2014-12-141-0/+1
| | | | From Jan Engelhardt
* read all library versions directly from filesBrent Cook2014-12-061-0/+52
This makes building and testing easier because the library Makefile.am files are use directly rather than as templates. Thanks to Wouter Clarie for the idea.