From: Loup Vaillant Date: Tue, 13 Feb 2018 20:26:44 +0000 (+0100) Subject: Removed deprecated alias X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=5065355bda6cebf9826af75a494403c6e6826fde;p=Monocypher.git Removed deprecated alias --- 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 // -------