X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fsha%2Fsha1.c;h=d350c88ee47d17b4188ca2d00361c927488e58fd;hb=7d09713d09f41778c92913d57a877a4eb1aebbfc;hp=b708dec06c075a98a2be3cea4650f1bb5d429eb2;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd;p=oweals%2Fopenssl.git diff --git a/crypto/sha/sha1.c b/crypto/sha/sha1.c index b708dec06c..d350c88ee4 100644 --- a/crypto/sha/sha1.c +++ b/crypto/sha/sha1.c @@ -58,18 +58,14 @@ #include #include -#include "sha.h" +#include #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)