diff options
author | Steven Barth <steven@midlink.org> | 2009-05-28 13:50:00 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-05-28 13:50:00 +0000 |
commit | 20d2e99010f067cd45a7bcfa93fe10862882b3a8 (patch) | |
tree | cbd1efa9828a6b1f3fa35a08746c9378477f30c7 /libs/nixio/src/tls-crypto.c | |
parent | d0bb8964dd9690d7b3ae423c598e95f7fb81ae99 (diff) |
nixio: Rework TLS support, added support for CyaSSL
Diffstat (limited to 'libs/nixio/src/tls-crypto.c')
-rw-r--r-- | libs/nixio/src/tls-crypto.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/nixio/src/tls-crypto.c b/libs/nixio/src/tls-crypto.c index 62ade2265..714ec4e60 100644 --- a/libs/nixio/src/tls-crypto.c +++ b/libs/nixio/src/tls-crypto.c @@ -17,6 +17,7 @@ */ #include "nixio-tls.h" +#include <stdlib.h> #include <string.h> #include <errno.h> #include <fcntl.h> |