]> git.ipfire.org Git - thirdparty/openssl.git/commit
ssl: factorize and improved hex conversion code
authorFdaSilvaYY <fdasilvayy@gmail.com>
Thu, 1 Aug 2024 20:51:25 +0000 (22:51 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 7 Aug 2024 17:25:10 +0000 (19:25 +0200)
commitf21ededc3c04a5c899ee8522f7162abf637849a1
treefdc5be70e7a8504547d04d773252cbaecbadb12b
parentca3c6f38292ab1326af9fa414cfa8de4e30a4e82
ssl: factorize and improved hex conversion code

Add inline qualifier to avoid exporting a function for one unique use

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24968)
include/internal/to_hex.h [new file with mode: 0644]
ssl/ssl_lib.c