I'm creating a custom OpenSSL engine for an ARM board, to be used in applications that are already linking to libssl. However, I need to tell the application to load this custom engine and use it. I'm only able to find the command line for openssl. So the question is: how can I load an OpenSSL engine and use it in a C/C++ application?