openssl/crypto/evp
Lars Erik Wik 8da3d5dd9f bio_ok.c: Fixed undefined identifier 'SIZE_MAX'
This fixes the following compilation error on HP-UX:
```
11:07:19 crypto/evp/bio_ok.c: In function 'block_in':
11:07:19 crypto/evp/bio_ok.c:579: error: 'SIZE_MAX' undeclared (first use in this function)
11:07:19 crypto/evp/bio_ok.c:579: error: (Each undeclared identifier is reported only once
11:07:19 crypto/evp/bio_ok.c:579: error: for each function it appears in.)
```

Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
CLA: trivial

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28793)

(cherry picked from commit 695a5aaf0b)
2025-11-19 16:00:23 +01:00
..
asymcipher.c Only report generic error if provider did not put an error on the error queue 2025-07-30 18:27:08 +02:00
bio_b64.c Copyright year updates 2025-09-02 13:05:45 +00:00
bio_enc.c Copyright year updates 2025-09-02 13:05:45 +00:00
bio_md.c
bio_ok.c bio_ok.c: Fixed undefined identifier 'SIZE_MAX' 2025-11-19 16:00:23 +01:00
build.info Deprecate ASN1_METH internal usage 2025-07-17 11:25:18 -04:00
c_allc.c
c_alld.c
cmeth_lib.c
ctrl_params_translate.c Add util/codespell-check.sh and run it 2025-09-26 07:58:44 -04:00
dh_ctrl.c
dh_support.c Copyright year updates 2024-09-05 09:35:49 +02:00
digest.c crypto/evp/digest.c: optimize ossl_(un)likely 2025-07-16 13:07:15 -04:00
dsa_ctrl.c
e_aes.c Copyright year updates 2025-09-02 13:05:45 +00:00
e_aes_cbc_hmac_sha1.c Copyright year updates 2025-09-02 13:05:45 +00:00
e_aes_cbc_hmac_sha256.c Copyright year updates 2025-09-02 13:05:45 +00:00
e_aria.c Copyright year updates 2025-09-02 13:05:45 +00:00
e_bf.c
e_camellia.c
e_cast.c
e_chacha20_poly1305.c Copyright year updates 2025-09-02 13:05:45 +00:00
e_des.c
e_des3.c Copyright year updates 2025-09-02 13:05:45 +00:00
e_idea.c
e_null.c
e_old.c
e_rc2.c
e_rc4.c
e_rc4_hmac_md5.c Copyright year updates 2025-09-02 13:05:45 +00:00
e_rc5.c
e_seed.c
e_sm4.c
e_xcbc_d.c
ec_ctrl.c
ec_support.c
encode.c libapps + libcrypto: Silence warnings on Win64 builds 2025-07-02 17:26:26 +02:00
evp_cnf.c
evp_enc.c libapps + libcrypto: Silence warnings on Win64 builds 2025-07-02 17:26:26 +02:00
evp_err.c EVP_PKEY_CTX_get_params(): add error queue entry EVP_R_PROVIDER_GET_CTX_PARAMS_NOT_SUPPORTED 2025-09-11 07:36:30 +10:00
evp_fetch.c Copyright year updates 2025-03-12 13:35:59 +00:00
evp_key.c
evp_lib.c libapps + libcrypto: Silence warnings on Win64 builds 2025-07-02 17:26:26 +02:00
evp_local.h Implement EVP_PKEY_derive_SKEY 2025-08-30 21:11:06 -04:00
evp_pbe.c libapps + libcrypto: Silence warnings on Win64 builds 2025-07-02 17:26:26 +02:00
evp_pkey.c Copyright year updates 2025-09-02 13:05:45 +00:00
evp_pkey_type.c evp_pkey_type: Make base_id_conversion table static 2025-07-18 08:57:16 +02:00
evp_rand.c Copyright year updates 2025-09-02 13:05:45 +00:00
evp_utils.c
exchange.c Add key_type to the derive_skey function 2025-09-10 14:59:32 +02:00
kdf_lib.c Add key_type to the derive_skey function 2025-09-10 14:59:32 +02:00
kdf_meth.c Implement EVP_KDF_CTX_set_SKEY 2025-08-30 21:11:06 -04:00
kem.c Copyright year updates 2025-03-12 13:35:59 +00:00
keymgmt_lib.c Copyright year updates 2025-09-02 13:05:45 +00:00
keymgmt_meth.c Only report generic error if provider did not put an error on the error queue 2025-07-30 18:27:08 +02:00
legacy_blake2.c
legacy_md2.c
legacy_md4.c
legacy_md5.c
legacy_md5_sha1.c
legacy_mdc2.c
legacy_meth.h
legacy_ripemd.c
legacy_sha.c Copyright year updates 2025-09-02 13:05:45 +00:00
legacy_wp.c
m_null.c
m_sigver.c m_sigver.c do_sigver_init(): add details to EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE 2025-09-11 07:36:30 +10:00
mac_lib.c support passing prop querys to composite algs 2025-09-17 10:21:46 +10:00
mac_meth.c Copyright year updates 2025-03-12 13:35:59 +00:00
names.c Copyright year updates 2024-09-05 09:35:49 +02:00
p5_crpt.c Copyright year updates 2025-09-02 13:05:45 +00:00
p5_crpt2.c Copyright year updates 2025-09-02 13:05:45 +00:00
p_dec.c
p_enc.c
p_legacy.c Copyright year updates 2025-03-12 13:35:59 +00:00
p_lib.c Fix EVP_PKEY_can_sign() handling of NULL from query_operation_name() 2025-09-25 15:27:12 +02:00
p_open.c Copyright year updates 2025-09-02 13:05:45 +00:00
p_seal.c Harden RSA public encrypt 2025-09-13 20:04:16 -04:00
p_sign.c Copyright year updates 2025-09-02 13:05:45 +00:00
p_verify.c
pbe_scrypt.c
pmeth_check.c
pmeth_gn.c Copyright year updates 2025-09-02 13:05:45 +00:00
pmeth_lib.c EVP_PKEY_CTX_get_params(): add error queue entry EVP_R_PROVIDER_GET_CTX_PARAMS_NOT_SUPPORTED 2025-09-11 07:36:30 +10:00
s_lib.c We use evp_skey_alloc from several source files 2025-08-30 21:11:06 -04:00
signature.c Implement EVP_SIGNATURE_hash_message_update() and use it 2025-11-18 18:03:24 +01:00
skeymgmt_meth.c Fix SKEYMGMT enumeration, add tests 2025-08-12 14:30:54 +02:00