summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dso/dso_win32.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Just like every web browser expands until it can read mail, every modularmiod2014-04-151-844/+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-22/+206
|
* resolve conflictsdjm2008-09-061-1/+363
|
* resolve conflictsdjm2006-06-271-1/+20
|
* resolve conflictsdjm2005-04-291-1/+1
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-53/+59
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+273