mirror of
https://github.com/openssl/openssl.git
synced 2024-12-20 07:23:54 +08:00
9ee0ed3de6
The engine DSOs were named as if they were shared libraries, and could end up having all sorts of fancy names: Cygwin: cygFOO.dll Mingw: FOOeay32.dll Unix: libFOO.so / libFOO.sl / libFOO.dylib / ... This may be confusing, since they look like libraries one should link with at link time, when they're just DSOs. It's therefore time to rename them, and do it consistently on all platforms: Cygwin & Mingw: FOO.dll Unix: FOO.{so,sl,dylib,...} Interestingly enough, the MSVC and VMS builds always did it this way. Reviewed-by: Andy Polyakov <appro@openssl.org> |
||
---|---|---|
.. | ||
asm | ||
vendor_defns | ||
build.info | ||
capierr.bat | ||
e_capi_err.c | ||
e_capi_err.h | ||
e_capi.c | ||
e_capi.ec | ||
e_chil_err.c | ||
e_chil_err.h | ||
e_chil.c | ||
e_chil.ec | ||
e_dasync_err.c | ||
e_dasync_err.h | ||
e_dasync.c | ||
e_dasync.ec | ||
e_ossltest_err.c | ||
e_ossltest_err.h | ||
e_ossltest.c | ||
e_ossltest.ec | ||
e_padlock.c | ||
e_padlock.ec | ||
e_ubsec_err.c | ||
e_ubsec_err.h | ||
e_ubsec.c | ||
e_ubsec.ec | ||
engine_vector.mar | ||
Makefile.in |