I have a problem getting this to work. Server only recieves half of the data being sent. Whats wrong

Dependencies:   mbed

Committer:
tax
Date:
Tue Mar 29 13:20:15 2011 +0000
Revision:
0:66300c77c6e9

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tax 0:66300c77c6e9 1 #ifndef MYCRYPT_H
tax 0:66300c77c6e9 2 #define MYCRYPT_H
tax 0:66300c77c6e9 3
tax 0:66300c77c6e9 4 void scramble_323(char *to, const char *message, const char *password);
tax 0:66300c77c6e9 5
tax 0:66300c77c6e9 6 #endif