summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-18More KNF.Joel Sing
2014-04-18unistd.h for protos where neededTheo de Raadt
2014-04-18define RFILE only in the file that needs itTheo de Raadt
2014-04-18More KNF.Joel Sing
2014-04-18add braces missed when fixing leaksJonathan Gray
2014-04-18KNF, since this is no longer script generatedTheo de Raadt
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2014-04-18simplify file:file:... stuffTheo de Raadt
2014-04-18More KNF.Joel Sing
2014-04-18More KNF.Joel Sing
2014-04-18whitespace normalizationTed Unangst
2014-04-18repair whitespace. this is what happens when functions take 20 params.Ted Unangst
2014-04-18Remove MAIN and PROG defines now that we do not compile non-monolithic.Joel Sing
2014-04-18igetest.c moved to regress we don't need another copyJonathan Gray
2014-04-18fix another potential double freeJonathan Gray
2014-04-18-netwareTed Unangst
2014-04-18undef NETWARE_CLIB and NETWARE_LIBCTed Unangst
2014-04-18unterminated commentTed Unangst
2014-04-18KaboomNFTed Unangst
2014-04-18spelling fix from Micha Borrmann on openssl-devTed Unangst
2014-04-18blunt force knfTed Unangst
2014-04-18Remove support for unwanted operating systems.Joel Sing
2014-04-18Unifdef OPENSSL_FIPS.Joel Sing
2014-04-18lob a few more knf grenades in here to soften things up.Ted Unangst
2014-04-18putting most of the braces in the right column is the very least we can do.Ted Unangst
2014-04-17whack a bunch of disabled code. ok beck lteoTed Unangst
2010-10-01import OpenSSL-1.0.0aDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-04-17Make MONOLITH the default and only optionMatthew Dempsky
2014-04-17stab at indentationTed Unangst
2014-04-17don't fake up SSIZE_MAXTed Unangst
2014-04-17more windows/netware leftoversTed Unangst
2014-04-17delete if 0 codeTed Unangst
2014-04-17more spring VMS cleanupGiovanni Bechis
2014-04-17no need for a variable which is hardcoded and only used in an snprintf,Stuart Henderson
2014-04-17Use !defined() rather than empty().Miod Vallat
2014-04-17oops, exit vs return; spotted by matthewTheo de Raadt
2014-04-17unistd.h exposed after -Wall after e_os.h stops doing so; spotted by matthewTheo de Raadt
2014-04-17no longer need to fool emacs indentation and other if (0) oddities.Ted Unangst
2014-04-17always build in RSA and DSA. ok deraadt miodTed Unangst
2014-04-17kill REF_PRINT/REF_CHECK debugging framework noone would useTheo de Raadt
2014-04-17Some VMS and WIN32 cleanupGiovanni Bechis
2014-04-17Get rid of MS Visual C compiler and Intel C compiler specific defines.Miod Vallat
2014-04-17SHA and AES (and sadly MD5) can't be considered optional. ok beck miodTed Unangst
2014-04-17OpenBSD isn't NetWare or Windows, and it has SIGPIPE.Matthew Dempsky
2014-04-17There are no plans to ever build this with the Metrojerks compiler.Miod Vallat
2014-04-17Remove support for big-endian i386 and amd64.Miod Vallat
2014-04-17since we're replacing LIST_SEPARATOR_CHAR with ':', no point using %cStuart Henderson
2014-04-17Mostly gut e_os.h:Theo de Raadt