summaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/opensslconf-ia64.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-071-224/+0
| | | | | | | | | | | | | | | | | | | | This includes: o All directories named *ia64* o All files named *ia64* o All ia64-specific code guarded by __ia64__ o All ia64-specific makefile logic o Mention of ia64 in comments and documentation This excludes: o Everything under contrib/ o Everything under crypto/ o sys/xen/interface o sys/sys/elf_common.h Discussed at: BSDcan Notes: svn path=/head/; revision=268351
* Merge OpenSSL 1.0.1c.Jung-uk Kim2012-07-121-25/+32
| | | | | | | Approved by: benl (maintainer) Notes: svn path=/head/; revision=238405
* Update build infrastructure for OpenSSL 0.9.8k.Simon L. B. Nielsen2009-06-141-0/+12
| | | | Notes: svn path=/head/; revision=194207
* Upgrade to OpenSSL 0.9.8d.Simon L. B. Nielsen2006-10-011-0/+4
| | | | Notes: svn path=/head/; revision=162915
* Upgrade to OpenSSL 0.9.8b.Simon L. B. Nielsen2006-07-291-10/+34
| | | | Notes: svn path=/head/; revision=160819
* Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712Jacques Vidrine2003-01-291-0/+2
| | | | | | | | | | can only be built with MIT Kerberos. If we didn't define this here, then SSL-using applications would have to define OPENSSL_NO_KRB5 themselves in order to build. Notes: svn path=/head/; revision=110015
* Update for OpenSSL 0.9.7. No assembler code at the moment. ThisMark Murray2003-01-281-1/+1
| | | | | | | will follow. Notes: svn path=/head/; revision=110010
* Argh! Shoot me! (add closing */ after $FreeBSD$ )Peter Wemm2001-10-221-1/+1
| | | | Notes: svn path=/head/; revision=85309
* Add an ia64 configuration. This is not likely to be optimal, but doesPeter Wemm2001-10-101-0/+175
compile and seems to work. We should run configure after everything else is self hosting to test the speeds of the various options. Notes: svn path=/head/; revision=84773