From 37115f65122d028be85fe0e3d1f33af4a4b9dd39 Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Sat, 22 May 2021 12:39:39 +1000 Subject: Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_params Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15416) --- providers/implementations/ciphers/cipher_aes_siv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'providers/implementations/ciphers') diff --git a/providers/implementations/ciphers/cipher_aes_siv.c b/providers/implementations/ciphers/cipher_aes_siv.c index dd3346a81c..45010b90db 100644 --- a/providers/implementations/ciphers/cipher_aes_siv.c +++ b/providers/implementations/ciphers/cipher_aes_siv.c @@ -185,7 +185,6 @@ static int aes_siv_get_ctx_params(void *vctx, OSSL_PARAM params[]) static const OSSL_PARAM aes_siv_known_gettable_ctx_params[] = { OSSL_PARAM_size_t(OSSL_CIPHER_PARAM_KEYLEN, NULL), OSSL_PARAM_size_t(OSSL_CIPHER_PARAM_AEAD_TAGLEN, NULL), - OSSL_PARAM_uint(OSSL_CIPHER_PARAM_SPEED, NULL), OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_AEAD_TAG, NULL, 0), OSSL_PARAM_END }; -- cgit v1.2.3