summaryrefslogtreecommitdiff
path: root/src/lib/libssl/crypto/arch/hppa64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod2014-04-111-273/+0
| | | | | | | | | as configuration files; split manpages and .pc files between libcrypto and libssl. No functional change, only there to make engineering easier, and libcrypto sources are still found in libssl/src/crypto at the moment. ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.
* Makefile and header changes for OpenSSL-1.0.1cdjm2012-10-131-6/+20
| | | | major cranks
* Disable SSLv2 in OpenSSL. No objections from djm.sthen2012-07-111-0/+6
| | | | Brad, jasper and naddy helped with test builds, fixing ports, etc.
* Add support for hppa64 based on the defaults for 64-bit HP-UX as found in thekettenis2011-08-031-0/+253
Configure script. ok deraadt@