-
- Downloads
Change the engine library so the application writer has to explicitely
load the "external" built-in engines (those that require DSO). This makes linking with libdl or other dso libraries non-mandatory. Change 'openssl engine' accordingly. Change the engine header files so some declarations (that differed at that!) aren't duplicated, and make sure engine_int.h includes engine.h. That way, there should be no way of missing the needed info.
Showing
- CHANGES 18 additions, 0 deletionsCHANGES
- apps/engine.c 3 additions, 0 deletionsapps/engine.c
- crypto/engine/Makefile.ssl 2 additions, 2 deletionscrypto/engine/Makefile.ssl
- crypto/engine/engine.h 14 additions, 8 deletionscrypto/engine/engine.h
- crypto/engine/engine_all.c 115 additions, 0 deletionscrypto/engine/engine_all.c
- crypto/engine/engine_int.h 5 additions, 25 deletionscrypto/engine/engine_int.h
- crypto/engine/engine_list.c 0 additions, 18 deletionscrypto/engine/engine_list.c
Loading
Please register or sign in to comment