summaryrefslogtreecommitdiffstats
path: root/lib/libssl/crypto/arch/m68k/opensslconf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-181-273/+0
| | | | | | | this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish.
* 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@