lt/lt{256,512}.c: avoid unused function warning
commit6a82e9bb7638b9b4ab29c3f38d09f65eec1aaf8f
authorKyle J. McKay <mackyle@gmail.com>
Mon, 21 Aug 2023 07:08:49 +0000 (21 00:08 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 21 Aug 2023 07:08:49 +0000 (21 00:08 -0700)
treee0988e145c774eef2b2d6ea1b28b08cb09426c09
parent5ed0e5b866b35807e77ac3840127b8ca19840962
lt/lt{256,512}.c: avoid unused function warning

Move the static inline ROR definition into the branch of the
conditional where it will actually be used to avoid an unused
function warning during compilation.
lt/lt256.c
lt/lt512.c