summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_pmeth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-30/+12
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* import OpenSSL-1.0.0adjm2010-10-011-0/+254