mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-13 03:46:26 +08:00
first step of v2 final release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
LIBS=../../libcrypto
|
||||
SOURCE[../../libcrypto]=\
|
||||
sms4_common.c sms4_setkey.c sms4_enc.c sms4_enc_nblks.c \
|
||||
sms4_ecb.c sms4_cbc.c sms4_cfb.c sms4_ctr.c sms4_ofb.c sms4_wrap.c
|
||||
sms4_ecb.c sms4_cbc.c sms4_cfb.c sms4_ctr.c sms4_ofb.c sms4_wrap.c
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
* ====================================================================
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "sms4_lcl.h"
|
||||
|
||||
uint8_t SBOX[256] = {
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
#include <zmmintrin.h>
|
||||
#include <openssl/sms4.h>
|
||||
#include "sms4_lcl.h"
|
||||
|
||||
@@ -50,6 +50,8 @@
|
||||
#ifndef HEADER_SMS4_LCL_H
|
||||
#define HEADER_SMS4_LCL_H
|
||||
|
||||
#include <openssl/e_os2.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user