summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile.bsd-wrapper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vax support; checked by beck.hugh2000-10-131-1/+5
|
* des_modes(7) not des_modes(7); jmd@turbogeek.orgderaadt2000-09-051-3/+6
|
* 4 new pages; ignore conflicting pages that the OpenSSL group keeps merging ↵deraadt2000-04-161-1/+12
| | | | into their tree
* repair some mis-directed linksderaadt2000-04-041-8/+6
|
* do some file renaming here, and more linksderaadt2000-04-011-20/+114
|
* more MLINKSderaadt2000-04-011-2/+133
|
* oopsderaadt2000-03-301-2/+2
|
* no buffer.3, instead, cp before pod2manderaadt2000-03-301-4/+11
|
* Add missing d2i_DHparams.cat3 to MANALLmillert2000-03-291-2/+2
|
* Run pod2man with the basename of the pod page so the heading is normal.millert2000-03-291-7/+7
|
* initial attempt at a complete set of ssl/crypto man pages as part of the ↵deraadt2000-03-291-3/+156
| | | | base system, oh this is going to hurt
* Change how obj_dat.pl is run, it has changed to take args insted of io redirectbeck2000-03-191-2/+2
|
* Make mips compile. -mojmaja1999-10-101-7/+3
|
* Ack. Sparc and stuff oops - openssl changed the name of this..beck1999-09-291-4/+4
|
* openssl 0.9.4beck1999-09-291-32/+26
|
* subdir Makefiles should not contain anything elsederaadt1999-03-171-1/+5
|
* Add ssl.8 man page - configuration and issues overview.beck1999-03-161-6/+1
|
* Fix various nonsense.espie1999-03-121-7/+8
| | | | | | - add $OpenBSD$ tag - () fork subshell... wasteful when unnecessary - chain commands using &&, not ;, so that you retrieve status
* Added support for m88k.smurph1999-03-031-1/+4
|
* Provide a method to do prerequisites needed beforeniklas1999-03-021-2/+4
| | | | installation of includes can happen. Do these before and not run via ${SUDO}.
* Fix so to not require a make obj - Fix cleandir target to remove the headersbeck1998-10-191-1/+14
| | | | Configure munges from OBJDIR.
* *UNTESTED* Makefile and configure changes that may work with pmax and arc.beck1998-10-121-0/+8
| | | | *These need to be tested by someone who has one!!*
* Fix busted BEGIN targetbeck1998-10-071-15/+7
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+82
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.