summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-16 11:14:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-16 11:14:55 +0000
commitf99c9daa390389a0a45e7995757d080692cccba9 (patch)
tree2926e5cef70a620e5e0c927a0007991ce3146e1d /ssl/d1_lib.c
parent019b3f3e5a180946f29120ed0c589b9be67478ce (diff)
Make the stuff compile again, fix missing prototype warnings.
Diffstat (limited to 'ssl/d1_lib.c')
-rw-r--r--ssl/d1_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c
index 62b7702a38..6450c1de85 100644
--- a/ssl/d1_lib.c
+++ b/ssl/d1_lib.c
@@ -58,6 +58,7 @@
*/
#include <stdio.h>
+#define USE_SOCKETS
#include <openssl/objects.h>
#include "ssl_locl.h"