summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1/bio_ndef.c
AgeCommit message (Expand)Author
2021-12-25Indent goto labels for diffability.Joel Sing
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2014-07-25BIO_free() returns immediately when the sole input is NULL.Doug Hogan
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-30no need for null check before free. from Brendan MacDonellTed Unangst
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-04-19More KNF.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-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2009-04-06import of OpenSSL 0.9.8kDamien Miller