From 0218bb262b9323f431ed84f5c1d1eb1c5bdb1c8b Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Wed, 12 Jun 2013 16:59:19 -0700 Subject: Move amqp_os_socket* funcs to amqp_socket.h/c Doing this for code clarity, as its easier to see what the issues are when you have all implementations in one file --- librabbitmq/amqp_openssl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'librabbitmq/amqp_openssl.c') diff --git a/librabbitmq/amqp_openssl.c b/librabbitmq/amqp_openssl.c index 9b962b5..0f6c12c 100644 --- a/librabbitmq/amqp_openssl.c +++ b/librabbitmq/amqp_openssl.c @@ -26,8 +26,10 @@ #endif #include "amqp_ssl_socket.h" +#include "amqp_socket.h" #include "amqp_private.h" #include "threads.h" + #include #include #include @@ -35,7 +37,6 @@ #include #include -#include "socket.h" static int initialize_openssl(void); static int destroy_openssl(void); -- cgit v1.2.1