]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Delete an obsolete comment and an obsolete forward declaration.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 23 Apr 2023 19:05:44 +0000 (21:05 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 23 Apr 2023 19:05:44 +0000 (21:05 +0200)
testsuite/testutils.h

index 00555b3a60accaa59b44d7e14baf40c6547c15aa..0e35a251966c3786c1c11c12cb44061c1e3be24a 100644 (file)
@@ -37,9 +37,6 @@
 
 #include "nettle-meta.h"
 
-/* Forward declare */
-struct nettle_aead;
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -82,7 +79,6 @@ test_main(void);
 
 extern int verbose;
 
-/* Test functions deallocate their inputs when finished.*/
 void
 test_cipher(const struct nettle_cipher *cipher,
            const struct tstring *key,