summaryrefslogtreecommitdiff
path: root/lib/libcrypto/dh/dh_pmeth.c
AgeCommit message (Expand)Author
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-07-09KNFMiod Vallat
2014-06-12replace atoi() calls with strtol(). Follow the idiomatic pattern in ourTheo de Raadt
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2010-10-01import OpenSSL-1.0.0aDamien Miller