diff --git a/libi2pd/Crypto.h b/libi2pd/Crypto.h index 6accdaa0..9c4ff505 100644 --- a/libi2pd/Crypto.h +++ b/libi2pd/Crypto.h @@ -142,7 +142,7 @@ namespace crypto #else // if not we always can cast to uint32_t * for (int i = 0; i < 4; i++) - reinterpret_cast(buf)[i] ^= reinterpret_cast(buf)[i]; + reinterpret_cast(buf)[i] ^= reinterpret_cast(other.buf)[i]; #endif } }