]> git.codecow.com Git - Monocypher.git/commitdiff
Removed deprecated alias
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 13 Feb 2018 20:26:44 +0000 (21:26 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Tue, 13 Feb 2018 20:26:44 +0000 (21:26 +0100)
src/monocypher.h

index b8b602d4d3ae2ad07434fd5d461db0970cdda1a0..ef007f32b51fbae62d4b517b24bfa54a62b03dc3 100644 (file)
@@ -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
 // -------