X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fmd2%2Fmd2.c;h=f4d6f62264b37e0f211be7aa7e378aa7e1673c98;hb=5b194dfbd5bae8f3d034b712f50d824952f58ba8;hp=8b34e1defbb951490dec3f48e1dba32aff47ba45;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd;p=oweals%2Fopenssl.git diff --git a/crypto/md2/md2.c b/crypto/md2/md2.c index 8b34e1defb..f4d6f62264 100644 --- a/crypto/md2/md2.c +++ b/crypto/md2/md2.c @@ -58,22 +58,14 @@ #include #include -#include "md2.h" +#include #define BUFSIZE 1024*16 -#ifndef NOPROTO void do_fp(FILE *f); void pt(unsigned char *md); int read(int, void *, unsigned int); void exit(int); -#else -void do_fp(); -void pt(); -int read(); -void exit(); -#endif - int main(int argc, char *argv[]) { int i,err=0;