CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2014/04/15 14:13:09

Modified files:
        lib/libcrypto/crypto: Makefile 
        lib/libssl/src/crypto/dso: dso.h dso_dlfcn.c dso_openssl.c 
Removed files:
        lib/libssl/src/crypto/dso: dso_beos.c dso_dl.c dso_vms.c 
                                   dso_win32.c 

Log message:
Just like every web browser expands until it can read mail, every modular
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@

Reply via email to