]> git.ipfire.org Git - thirdparty/openssl.git/commit
Change provider params from int to size_t
authorShane Lontis <shane.lontis@oracle.com>
Thu, 5 Sep 2019 01:23:57 +0000 (11:23 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 5 Sep 2019 01:23:57 +0000 (11:23 +1000)
commit1c3ace6898032b7b45d8106ba4e0d21d75b0997e
tree5e07997567a0c99c1a0d55a2a4d258f614b0f7e0
parentbc5a80910dccbc1e417f96bb7f0a3814d3ad5a4d
Change provider params from int to size_t

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9699)
23 files changed:
crypto/evp/evp_enc.c
crypto/evp/evp_lib.c
crypto/evp/pmeth_lib.c
doc/man3/EVP_PKEY_CTX_ctrl.pod
doc/man7/provider-cipher.pod
doc/man7/provider-digest.pod
doc/man7/provider-keyexch.pod
include/openssl/core_names.h
include/openssl/mdc2.h
providers/common/ciphers/cipher_ccm.c
providers/common/ciphers/cipher_common.c
providers/common/ciphers/cipher_gcm.c
providers/common/ciphers/cipher_gcm_hw.c
providers/common/ciphers/cipher_locl.h
providers/common/digests/digest_common.c
providers/common/exchange/dh_exch.c
providers/common/include/internal/ciphers/cipher_aead.h
providers/common/include/internal/ciphers/cipher_ccm.h
providers/common/include/internal/ciphers/cipher_gcm.h
providers/common/include/internal/ciphers/ciphercommon.h
providers/common/include/internal/digestcommon.h
providers/legacy/digests/mdc2_prov.c
test/mdc2test.c