提交 f946dd71 编写于 作者: A Andy Polyakov

Make sha.h more "portable."

上级 1702c8c4
......@@ -60,6 +60,7 @@
#define HEADER_SHA_H
#include <openssl/e_os2.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
......@@ -98,7 +99,7 @@ extern "C" {
typedef struct SHAstate_st
{
SHA_LONG h0,h1,h2,h3,h4;
SHA_LONG h[5];
SHA_LONG Nl,Nh;
SHA_LONG data[SHA_LBLOCK];
unsigned int num;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册