summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-26287-4253/+6
* Extensively changed the DEF file generator mkdef.pl to use a modified versionDr. Stephen Henson1999-04-262-164/+159
* Fixes so it will compile again under Win32.Dr. Stephen Henson1999-04-255-14/+61
* Various header consistency fixes.Dr. Stephen Henson1999-04-258-0/+30
* Fix mkerr.pl to find functions returning function pointers (thanks Ulf!)Dr. Stephen Henson1999-04-253-8/+12
* Submitted by:Ulf Möller1999-04-251-1/+1
* Fixed a typo.Bodo Möller1999-04-251-1/+1
* Comment changed.Bodo Möller1999-04-251-1/+1
* exit on error.Ulf Möller1999-04-251-1/+2
* Removed traces of cryptall.h, and did a "make depend".Bodo Möller1999-04-259-47/+71
* *** empty log message ***Ulf Möller1999-04-251-0/+1
* New Configure option --openssldir to replace ssldir.pl.Ulf Möller1999-04-255-71/+14
* New Configure option --openssldir to replace util/ssldir.pl.Ulf Möller1999-04-254-83/+121
* cryptall.h is not needed for anything and cannot even be #include-dBodo Möller1999-04-241-110/+0
* Fix header files so that any one can be included first.Bodo Möller1999-04-247-1/+21
* Replaced by mkerr.plUlf Möller1999-04-242-398/+0
* Some instructions for how to handle the <foo.h> => <openssl/foo.h>Bodo Möller1999-04-241-0/+66
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-2417-50/+39
* "perl util/mkerr.pl -static -recurse -rebuild" because the previousBodo Möller1999-04-243-89/+70
* Removed superfluous reference to ERRC.Bodo Möller1999-04-241-2/+2
* Restore ERRC definitions that are needed to compile the library.Bodo Möller1999-04-2414-0/+14
* Avoid "incomprehensible" errors when required definitions are missing.Bodo Möller1999-04-242-0/+6
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-2426-69/+96
* C indentation style definition for Emacs.Bodo Möller1999-04-241-0/+36
* ANSIfy, fix typo in error message, and remove redundant statement fromUlf Möller1999-04-241-10/+5
* Submitted by:Bodo Möller1999-04-242-1/+7
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-24101-2432/+1749
* Submitted by:Bodo Möller1999-04-2419-31/+31
* Submitted by:Bodo Möller1999-04-241-1/+2
* Submitted by:Bodo Möller1999-04-241-2/+2
* "make depend"Bodo Möller1999-04-2439-3177/+5095
* Submitted by:Bodo Möller1999-04-241-1/+1
* Remove header files from .cvsignore.Ulf Möller1999-04-246-8/+0
* Submitted by:Bodo Möller1999-04-241-1/+1
* Submitted by:Bodo Möller1999-04-242-5/+4
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-24552-1564/+1605
* *.org files are gone for good.Ulf Möller1999-04-231-17/+4
* Andy Polyakov points out that BF_PTR2 is slower than the generic case.Ulf Möller1999-04-231-2/+2
* Undo evil cast! <g>Ulf Möller1999-04-231-1/+1
* Function didn't get ANSIfied because of unusual formatting.Ulf Möller1999-04-231-8/+3
* Recognize CPU version on NetBSD and FreeBSD.Ulf Möller1999-04-231-4/+11
* Work with -pedantic!Ben Laurie1999-04-2378-880/+1040
* Submitted by:Bodo Möller1999-04-231-1/+1
* Remove references to .org header file names.Ulf Möller1999-04-2212-12/+10
* Pass the $PROCESSOR variable through.Ulf Möller1999-04-221-1/+1
* Set the 386 flag automatically when building on i386.Ulf Möller1999-04-221-16/+11
* Be more specify about system requirements.Ulf Möller1999-04-221-2/+2
* Ultrix compatibility.Ulf Möller1999-04-222-1/+6
* CVS confusion?Bodo Möller1999-04-221-1/+1
* Don't return 0 from ssl2_read when a packet with empty payload is received.Bodo Möller1999-04-222-0/+25