remove a comment that shouldn't have been there any more
[openssl.git] / crypto / md5 / md5.c
index d37db034aa001e0649f56fcd1d7131801fd8ac4d..7ed0024ae195d5674884feb812e8edd9f845a60a 100644 (file)
 
 #include <stdio.h>
 #include <stdlib.h>
-#include "md5.h"
+#include <openssl/md5.h>
 
 #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)