fix compile error for libev example
This commit is contained in:
parent
72ffd5eb1a
commit
d52dea795d
|
|
@ -0,0 +1 @@
|
|||
a.out
|
||||
|
|
@ -65,7 +65,7 @@ int main()
|
|||
MyHandler handler(loop);
|
||||
|
||||
// init the SSL library
|
||||
SSL_library_init();
|
||||
// SSL_library_init();
|
||||
|
||||
// make a connection
|
||||
AMQP::Address address("amqps://guest:guest@localhost/");
|
||||
|
|
|
|||
Loading…
Reference in New Issue