From: Niels Möller Date: Sun, 23 Apr 2023 19:05:44 +0000 (+0200) Subject: Delete an obsolete comment and an obsolete forward declaration. X-Git-Tag: nettle_3.9_release_20230514~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c10393524fd191cb7efc27e6e51b151400261e4;p=thirdparty%2Fnettle.git Delete an obsolete comment and an obsolete forward declaration. --- diff --git a/testsuite/testutils.h b/testsuite/testutils.h index 00555b3a..0e35a251 100644 --- a/testsuite/testutils.h +++ b/testsuite/testutils.h @@ -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,