Browse Source
The v1.0.9 release of libsodium added crypto_aead_chacha20poly1305_ietf_NPUBBYTES which we use; before that it was ...IETF_NPUBBYTES. Since that release was in April 2016, it seems fair to simply check for ancient versions and use the internal one if found. The alternative would be to use the older names (which are still in the header), but given we've never tested with such old versions, this seems safer. Reported-by: Zoltán Gálli <@gallizoltan> Signed-off-by: Christian Decker <decker.christian@gmail.com>issue-2504
Christian Decker
6 years ago
committed by
Rusty Russell
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue