This changes the "ERR" code to have all access to state (a hash table of
[openssl.git] / crypto / md5 / md5.c
index 1ca642f324db31971fb07c01421bd9ba10a68af4..7ed0024ae195d5674884feb812e8edd9f845a60a 100644 (file)
 
 #define BUFSIZE        1024*16
 
-#ifndef NOPROTO
 void do_fp(FILE *f);
 void pt(unsigned char *md);
+#ifndef _OSD_POSIX
 int read(int, void *, unsigned int);
-#else
-void do_fp();
-void pt();
-int read();
 #endif
 
 int main(int argc, char **argv)