summaryrefslogtreecommitdiff
path: root/src/lib/libssl/crypto/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable the engine stuffmiod2002-09-271-1/+2
|
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+1
|
* add in forgotten dso stuff.beck2000-12-161-1/+5
|
* openssl-engine-0.9.6 mergebeck2000-12-151-27/+82
|
* vax support; checked by beck.hugh2000-10-131-0/+4
|
* omit RC5deraadt2000-04-251-3/+4
|
* x509_att.c that was left out.ho2000-03-201-1/+1
|
* OpenSSL 0.9.5 mergebeck2000-03-191-11/+13
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* Make mips compile. -mojmaja1999-10-101-5/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-291-33/+52
|
* create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed ↵millert1998-11-291-0/+1
| | | | because the mtree is done after "make includes"
* "foo.h" -> <ssl/foo.h> in ssl includes, so we do not need -I/usr/include/sslniklas1998-11-181-5/+9
| | | | and we won't be bothered by nameclashes with application headers
* *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 static non-bn-asm builds. Need this file.beck1998-10-081-0/+1
|
* back out previous change. Theo says:marc1998-10-081-2/+1
| | | | | | | | | | 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-081-1/+2
| | | | | | 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 makefile problems - Don't use SSLeay style include link farm tobeck1998-10-061-3/+2
| | | | build - get includes from where they really live.
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+170
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.