Ethernet Interfaceを使用したWebSocketサーバー

Dependencies:   EthernetInterface TextLCD mbed-rtos mbed

Revision:
0:98ff551a3a1a
diff -r 000000000000 -r 98ff551a3a1a sha1config.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sha1config.h	Sat Mar 30 02:02:51 2013 +0000
@@ -0,0 +1,6 @@
+#ifndef SHA1CONFIG_H
+#define SHA1CONFIG_H
+
+#define POLARSSL_SHA1_C 1
+
+#endif