Unverified Commit 2202fbd8 authored by Ian Craggs's avatar Ian Craggs Committed by GitHub

Merge pull request #401 from toulouse/master

Add missing string.h include to SSLSocket.c
parents 8276dcd2 5cb425a6
...@@ -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