summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix static non-bn-asm builds. Need this file.beck1998-10-081-0/+1
|
* back out previous change. Theo says:marc1998-10-084-6/+2
| | | | | | | | | | marc, this is wrong. mtree builds that directory. we never do mkdir's in makefiles. You also should not have modified ANY of those Makefiles, since they are part of the ssl distribution. please undo this change. And I say: developers, be sure to do a mkdir /usr/include/ssl before a bake build as include files are installed as the 2nd step.
* create /usr/include/ssl before trying to copy files into it.marc1998-10-084-2/+6
| | | | | | If you've had a recent build fail check /usr/include/ssl. if it is a file instead of a directory remove it and try again after updating with these changes.
* Fix busted BEGIN targetbeck1998-10-071-15/+7
|
* do not build ssleay binaryderaadt1998-10-071-3/+2
|
* moving this...deraadt1998-10-061-38/+0
|
* Fix makefile problems - Don't use SSLeay style include link farm tobeck1998-10-064-12/+72
| | | | build - get includes from where they really live.
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-05346-0/+71195
| | | | | | | | | | 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.
* This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-05720-0/+138013
|\ | | | | branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-05720-0/+138013
| | | | | | | | | | 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.
* This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-0566-0/+18929
|\ | | | | branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0566-0/+18929
| | | | | | | | | | 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.
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0557-0/+5536
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.