Latest update

This commit is contained in:
2019-07-13 19:13:22 +09:00
parent 9a23f88dc2
commit 2e57f602ae
542 changed files with 17287 additions and 6184 deletions
+1 -1
View File
@@ -12,8 +12,8 @@
#ifndef OPENSSL_NO_SM3
# include <openssl/evp.h>
# include "internal/evp_int.h"
# include "internal/sm3.h"
# include "internal/evp_int.h"
static int init(EVP_MD_CTX *ctx)
{
+1
View File
@@ -34,6 +34,7 @@
} while (0)
#define HASH_BLOCK_DATA_ORDER sm3_block_data_order
void sm3_block_data_order(SM3_CTX *c, const void *p, size_t num);
void sm3_transform(SM3_CTX *c, const unsigned char *data);
#include "internal/md32_common.h"