Commit 5cb425a6 authored by Andrew Toulouse's avatar Andrew Toulouse

Add missing string.h include to SSLSocket.c

Signed-off-by: 's avatarAndrew Toulouse <andrew@atoulou.se>
parent 6aa07f57
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include "Heap.h" #include "Heap.h"
#include <string.h>
#include <openssl/ssl.h> #include <openssl/ssl.h>
#include <openssl/err.h> #include <openssl/err.h>
#include <openssl/crypto.h> #include <openssl/crypto.h>
......
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