summaryrefslogtreecommitdiff
path: root/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl.c')
-rw-r--r--openssl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl.c b/openssl.c
index b63e6e0..c0196bd 100644
--- a/openssl.c
+++ b/openssl.c
@@ -34,9 +34,10 @@
34 34
35#include <sys/types.h> 35#include <sys/types.h>
36#include <sys/stat.h> /* struct stat stat(2) */ 36#include <sys/stat.h> /* struct stat stat(2) */
37#include <sys/socket.h> /* AF_INET AF_INET6 */
37 38
38#include <netinet/in.h> /* struct in_addr struct in6_addr */ 39#include <netinet/in.h> /* struct in_addr struct in6_addr */
39#include <arpa/inet.h> /* AF_INET6 AF_INET inet_pton(3) */ 40#include <arpa/inet.h> /* inet_pton(3) */
40 41
41#include <openssl/err.h> 42#include <openssl/err.h>
42#include <openssl/bn.h> 43#include <openssl/bn.h>