On arm32, size_t and long are 32 bits in size, exposing these bugs.
#endif
#if defined(SSL_OP_ALL)
{
- "ALL", (long)SSL_OP_ALL
+ "ALL", SSL_OP_ALL
},
#endif
#if defined(SSL_OP_SINGLE_DH_USE)
#include "store/SwapMetaIn.h"
size_t Store::UnpackSwapMetaSize(const SBuf &) STUB_RETVAL(0)
-uint64_t Store::UnpackIndexSwapMeta(const MemBuf &, StoreEntry &, cache_key *) STUB_RETVAL(0)
+size_t Store::UnpackIndexSwapMeta(const MemBuf &, StoreEntry &, cache_key *) STUB_RETVAL(0)
void Store::UnpackHitSwapMeta(char const *, ssize_t, StoreEntry &) STUB
#include "store/SwapMetaOut.h"