]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Delete unneeded define of _NETTLE_ATTRIBUTE_DEPRECATED in aes and gcm tests.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 6 Mar 2025 19:04:24 +0000 (20:04 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 6 Mar 2025 19:04:24 +0000 (20:04 +0100)
testsuite/aes-test.c
testsuite/gcm-test.c

index 9bccd6ce3d16ffba0cc26be5810fa199889f7a57..bbe615eda11ed707556f17b41a438e63753a8539 100644 (file)
@@ -1,6 +1,3 @@
-/* This file tests deprecated functions */
-#define _NETTLE_ATTRIBUTE_DEPRECATED
-
 #include "testutils.h"
 #include "aes.h"
 #include "nettle-internal.h"
index eaebf7f4f4280f05e69d8bbb3d82e42c7645f689..d4ab249d8600f4ee2f26c7002e2e6184a6c9ac7c 100644 (file)
@@ -1,6 +1,3 @@
-/* This file tests deprecated functions */
-#define _NETTLE_ATTRIBUTE_DEPRECATED
-
 #include "testutils.h"
 #include "nettle-internal.h"
 #include "gcm.h"