diff options
author | 2020-03-10 14:49:20 +0000 | |
---|---|---|
committer | 2020-03-10 14:49:20 +0000 | |
commit | ba7a2093867594fcfa2aea533335c3699f97aa19 (patch) | |
tree | 05bc7179954553680c82c79b300317346cbfbadb /lib/libssl/tls13_server.c | |
parent | Narrow the visibility of some functions and variables local to output.c (diff) | |
download | wireguard-openbsd-ba7a2093867594fcfa2aea533335c3699f97aa19.tar.xz wireguard-openbsd-ba7a2093867594fcfa2aea533335c3699f97aa19.zip |
Coverity points out (12 + MAXMPS) can never be less than
12. PAGE_SHIFT is 12 (a.k.a. PAGE_SIZE == 4096) or more on OpenBSD
architectures. So remove some dead code by unconditionally setting
sc_mps (memory page size) to 1 << PAGE_SHIFT.
CID 1491655.
No functional change.
Diffstat (limited to 'lib/libssl/tls13_server.c')
0 files changed, 0 insertions, 0 deletions