summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/vax (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable the assembler code for BN, which was lost quite some time ago.miod2014-05-041-0/+19
|
* first round of static config. ok miodtedu2014-04-181-43/+0
|
* The more you remove Chtulhu^WVMS tentacles, the more there aremiod2014-04-151-2/+0
|
* Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod2014-04-112-0/+709
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.