Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test-aeadchacha20poly1305 #2144

Closed

Conversation

dbermond
Copy link
Contributor

@dbermond dbermond commented Jan 1, 2025

The function i2pd::crypto::AEADChaCha20Poly1305Encrypt() was changed to the overloaded method Encrypt() in a new class object named i2pd::crypto::AEADChaCha20Poly1305Encrypt.

test-aeadchacha20poly1305 needs to be updated for this.

Fixes #2143.

The function `i2pd::crypto::AEADChaCha20Poly1305Encrypt()` was
changed[1] to the overloaded method `Encrypt()` in a new class
object named `i2pd::crypto::AEADChaCha20Poly1305Encrypt`.

test-aeadchacha20poly1305 needs to be updated for this.

Fixes PurpleI2P#2143

[1] PurpleI2P@3534b9c

Signed-off-by: Daniel Bermond <[email protected]>
@SystemFailureNet
Copy link

I can confirm that with your patch, all tests are passing on OpenBSD (tested on OpenBSD -current, amd64).

@orignal orignal closed this Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'make test' fails on i2pd-2.55.0 on OpenBSD
3 participants