mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-07-01 10:13:38 +08:00
tls 1.3 init
This commit is contained in:
@@ -47,13 +47,12 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef NO_AES
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <gmssl/aes.h>
|
||||
#include "bswap.h"
|
||||
#include "rotate.h"
|
||||
#include "endian.h"
|
||||
#include "mem.h"
|
||||
|
||||
|
||||
static const uint8_t S[256] = {
|
||||
@@ -479,4 +478,3 @@ void aes_decrypt(const AES_KEY *aes_key, const uint8_t in[16], uint8_t out[16])
|
||||
|
||||
memset(state, 0, sizeof(state));
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user