提交 85991994 编写于 作者: R Richard Levitte

It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512

was still active when it came down to the functions.  mkdef.pl should really
be corrected, but that'll be another day...
上级 b325518f
......@@ -178,7 +178,9 @@ typedef struct SHA512state_st
} u;
unsigned int num,md_len;
} SHA512_CTX;
#endif
#ifndef OPENSSL_NO_SHA512
int SHA384_Init(SHA512_CTX *c);
int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
int SHA384_Final(unsigned char *md, SHA512_CTX *c);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册