Latest update
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user