From 5065355bda6cebf9826af75a494403c6e6826fde Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Tue, 13 Feb 2018 21:26:44 +0100 Subject: [PATCH] Removed deprecated alias --- src/monocypher.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/monocypher.h b/src/monocypher.h index b8b602d..ef007f3 100644 --- a/src/monocypher.h +++ b/src/monocypher.h @@ -267,9 +267,6 @@ void crypto_poly1305_update(crypto_poly1305_ctx *ctx, const uint8_t *message, size_t message_size); void crypto_poly1305_final (crypto_poly1305_ctx *ctx, uint8_t mac[16]); -// Deprecated name -#define crypto_poly1305_auth crypto_poly1305 - // X-25519 // ------- -- 2.47.3