Commit 5fadaded authored by Gabe Levi's avatar Gabe Levi Committed by Facebook GitHub Bot

Port OpenSSL to sockets

Summary: Added another line to the rsys sample app's `main.cpp`, which forced me to enable sockets and fix errors in order to get it compile and link.

Reviewed By: usikder

Differential Revision: D30192527

fbshipit-source-id: 10eb9714900ca7f7a48c11b5d8308558ca5e8208
parent df5cac55
......@@ -121,11 +121,6 @@ struct mmsghdr {
unsigned int msg_len;
};
struct sockaddr_un {
sa_family_t sun_family;
char sun_path[108];
};
#define SHUT_RDWR 5
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment