From 1885a332a3ff154c6f70b95e9cace241fc0ebc38 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sat, 10 Mar 2018 01:01:01 +0100 Subject: [PATCH] small changes to README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e235b25..390d06b 100644 --- a/README.md +++ b/README.md @@ -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