X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=userapps%2Fopensource%2Fopenssl%2Fcrypto%2Fmdc2%2Fmdc2dgst.c;h=20d1a6e6c404708fc52624c36a25fed92719adf0;hp=32daa9b0da35944af7f9bd6987ee0025125ec622;hb=864458111a0e69d94bbae210d5b7349ca072a6b7;hpb=a69849c98808437716b821267cd97529c56f45b0 diff --git a/userapps/opensource/openssl/crypto/mdc2/mdc2dgst.c b/userapps/opensource/openssl/crypto/mdc2/mdc2dgst.c index 32daa9b0..20d1a6e6 100755 --- a/userapps/opensource/openssl/crypto/mdc2/mdc2dgst.c +++ b/userapps/opensource/openssl/crypto/mdc2/mdc2dgst.c @@ -60,6 +60,8 @@ #include #include #include +#include +#include #include #undef c2l @@ -75,7 +77,7 @@ *((c)++)=(unsigned char)(((l)>>24L)&0xff)) static void mdc2_body(MDC2_CTX *c, const unsigned char *in, unsigned int len); -int MDC2_Init(MDC2_CTX *c) +FIPS_NON_FIPS_MD_Init(MDC2) { c->num=0; c->pad_type=1;