summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dso/dso.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* KNF.jsing2014-04-191-10/+8
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* Just like every web browser expands until it can read mail, every modularmiod2014-04-151-11/+0
| | | | | | | | | | | | | | | library expands until it has its own dlfcn wrapper, and libcrypto is no exception. Remove the non-dlfcn DSO methods. This causes public DSO_METHOD_{beos,dl,vms,win32} to disappear (major bump coming soon). Note that portable software ought to use DSO_METHOD_openssl instead of picking the backend directly (which makes one wonder why the backends are exposed, as it is unlikely that more than one can work on your system). ok beck@ deraadt@
* resolve conflicts, fix local changesdjm2010-10-011-1/+42
|
* resolve conflictsdjm2008-09-061-3/+49
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-48/+120
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+250