Undo a90081576c94f9f54de1755188a00ccc1760549a
[openssl.git] / crypto / bio / bss_sock.c
index 4e1b3d5fa1141b3df18979a394288c776c4b3077..3df31938c185510fdf008d245388b7589b70ef13 100644 (file)
 
 #include <openssl/bio.h>
 
+#ifdef WATT32
+#define sock_write SockWrite  /* Watt-32 uses same names */
+#define sock_read  SockRead
+#define sock_puts  SockPuts
+#endif
+
 static int sock_write(BIO *h, const char *buf, int num);
 static int sock_read(BIO *h, char *buf, int size);
 static int sock_puts(BIO *h, const char *str);