MacOS fix.

This commit is contained in:
lotodore
2008-05-16 18:54:00 +00:00
parent 3e9423a294
commit 97b48dad56
+1
View File
@@ -42,6 +42,7 @@
#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__)
// For BSD-Systems, we assume that OpenSSL is part of the operating system.
#include <openssl/ssl.h>
#include <openssl/md5.h>
#include <openssl/rand.h>
#else