summaryrefslogtreecommitdiff
path: root/src/lib/libssl/crypto/arch/sparc/opensslconf.h (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.
* update supporting files, crank library majorsdjm2010-10-011-5/+20
|
* openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the verydjm2009-01-091-3/+0
| | | | | useful "server name indication" that allows multihomed TLS server), so remove the #define to disable it here
* adjust Makefile and crank major for openssl-0.9.8jdjm2009-01-091-0/+3
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-0/+3
|
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-061-1/+56
| | | | Makefiles, crank shlib_version
* build OpenSSL without symlink trees:markus2002-09-031-0/+180
* manpage related things moved to src/libssl/man/Makefile * there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead of one single src/libssl/obj * instead of running Configure (with generates lots of symlinks, and opensslconf.h) this patch stores pre-computed opensslconf.h files in src/libssl/crypto/arch * requires a make includes before the library can be built * libssl and libcrypto can be build separately (e.g. cd src/libssl/ssl && make obj && make) * make depend is now supported * no more symlink trees tested by miod@ and fries@