diff options
author | claudio <> | 2021-03-18 11:16:58 +0000 |
---|---|---|
committer | claudio <> | 2021-03-18 11:16:58 +0000 |
commit | 2ae24cd98259982f745f2428534a13181d0c9256 (patch) | |
tree | 207677d72914d57c3621a5db4506e0a3aadcdfd4 /src/lib/libssl/s3_lib.c | |
parent | 2383fe1805dd61190c182b5b57afc85ff78c3c17 (diff) | |
download | openbsd-2ae24cd98259982f745f2428534a13181d0c9256.tar.gz openbsd-2ae24cd98259982f745f2428534a13181d0c9256.tar.bz2 openbsd-2ae24cd98259982f745f2428534a13181d0c9256.zip |
Type-cast getpagesize() from int to size_t for the comparison with d.
getpagesize() will only return positive numbers (there is no negative
page size system) and it can not fail.
Should fix some compiler warnings seen in -portable projects.
OK otto@
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
0 files changed, 0 insertions, 0 deletions