diff --git a/src/crypto.c b/src/crypto.c index 099b8695..710641ed 100644 --- a/src/crypto.c +++ b/src/crypto.c @@ -439,8 +439,6 @@ free_ctr: return false; } -#define SWAP(a, b) do { int _t = a; a = b; b = _t; } while (0) - static void arc4_set_key(struct arc4_ctx *ctx, unsigned int length, const uint8_t *key) {