small changes to README

This commit is contained in:
Emiel Bruijntjes 2018-03-10 01:01:01 +01:00
parent 367de51d77
commit 1885a332a3
1 changed files with 4 additions and 2 deletions

View File

@ -433,8 +433,10 @@ secure connections. It can only access this library if you have linked your
application with this library, or if you have loaded this library at runtime
using dlopen()).
If you do not want to link your application with openssl, you can also load the
openssl library at runtime, and pass in the pointer to the handler to AMQP-CPP:
Linking openssl is the normal thing to do. You just have to add the `-lssl` flag
to your linker. If you however do not want to link your application with openssl,
you can also load the openssl library at runtime, and pass in the pointer to the
handle to AMQP-CPP:
````c++
// dynamically open the openssl library