X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/bbe59354d97fa30184f6a95cf1f31ce447d0fa29..3b09bd841c6f31e968717e46b5e995fff0481924:/base/ct.h diff --git a/base/ct.h b/base/ct.h index 445d889d..81f49cb0 100644 --- a/base/ct.h +++ b/base/ct.h @@ -72,7 +72,7 @@ extern int ct_intle(uint32 /*x*/, uint32 /*y*/); * constant time. */ -extern int ct_pick(uint32 /*a*/, uint32 /*x0*/, uint32 /*x1*/); +extern uint32 ct_pick(uint32 /*a*/, uint32 /*x0*/, uint32 /*x1*/); /* --- @ct_condcopy@ --- * *