summaryrefslogtreecommitdiffstats
path: root/.cvsignore
AgeCommit message (Collapse)Author
2008-10-28.cvsignore update: ignore all flavors of shared objects.Andy Polyakov
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2007-10-09ignore a few additionally generated filesRalf S. Engelschall
2005-07-26Silence two more generated files.Geoff Thorpe
2005-04-26Add DTLS support.Ben Laurie
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2002-11-17Ignore openssl.pc. This way, there's no risk that I'll add it again :-).Richard Levitte
2000-07-21Redo and enhance the support for building shared libraries. CurrentlyRichard Levitte
there's support for building under Linux and True64 (using examples from the programming manuals), including versioning that is currently the same as OpenSSL versions but should really be a different series. With this change, it's up to the users to decide if they want shared libraries as well as the static ones. This decision now has to be done at configuration time (well, not really, those who know what they do can still do it the same way as before). The OpenSSL programs (openssl and the test programs) are currently always linked statically, but this may change in the future in a configurable manner. The necessary makefile variables to enable this are in place. Also note that I have done absolutely nothing about the Windows target to get something similar. On the other hand, DLLs are already the default there, but without versioning, and I've no idea what the possibilities for such a thing are there...
2000-03-04The selftest sometimes lacked important informationUlf Möller
2000-02-25Ignore files that, well, should be ignored.Bodo Möller
2000-02-11Update.Bodo Möller
1999-05-27Ignore directories created by "make -f makefile.one".Bodo Möller
1999-04-28Autogenerated files.Ulf Möller
1999-01-03More .cvsignore stuff to make CVS quiet on our generated files.Ralf S. Engelschall