sync with OpenBSD -current
This commit is contained in:
parent
e26f182543
commit
eff43bb1fd
20 changed files with 553 additions and 416 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: e_sm4.c,v 1.10 2023/12/02 19:07:10 tb Exp $ */
|
||||
/* $OpenBSD: e_sm4.c,v 1.11 2024/01/02 19:54:43 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2017, 2019 Ribose Inc
|
||||
*
|
||||
|
@ -220,9 +220,9 @@ static const EVP_CIPHER sm4_ecb = {
|
|||
.do_cipher = sm4_ecb_cipher,
|
||||
.cleanup = NULL,
|
||||
.ctx_size = sizeof(EVP_SM4_KEY),
|
||||
.set_asn1_parameters = 0,
|
||||
.get_asn1_parameters = 0,
|
||||
.ctrl = 0,
|
||||
.set_asn1_parameters = NULL,
|
||||
.get_asn1_parameters = NULL,
|
||||
.ctrl = NULL,
|
||||
.app_data = NULL,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue