rehash.c: Do not use NAME_MAX limit
authorTomas Mraz <tomas@openssl.org>
Thu, 30 Nov 2023 14:55:57 +0000 (15:55 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 5 Dec 2023 16:54:34 +0000 (17:54 +0100)
commitbbf16a0bc48f33f29e0100dda522a8dc70e174a3
treecab1e9b39c4e6b2ace0bc1bbda94c4cb3011c2d8
parent24fe507c96415e3fac31ed1eb89b7632d649f552
rehash.c: Do not use NAME_MAX limit

On some systems it is too small although the system allows longer
filenames.

Fixes #22886

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22889)

(cherry picked from commit de8e0851a1c0d22533801f081781a9f0be56c2c2)
apps/rehash.c