summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_table.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
* KNF.jsing2014-06-221-128/+130
|
* tags as requested by miod and teduderaadt2014-06-121-0/+1
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-3/+3
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* resolve conflicts, fix local changesdjm2010-10-011-18/+54
|
* resolve conflictsdjm2008-09-061-70/+24
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+361