test: adjust depends.py to new SHA224/SHA384 changes

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
diff --git a/library/ssl_cookie.c b/library/ssl_cookie.c
index 3f9bf87..0aa7be6 100644
--- a/library/ssl_cookie.c
+++ b/library/ssl_cookie.c
@@ -38,8 +38,8 @@
 #include <string.h>
 
 /*
- * If DTLS is in use, then at least one of SHA-1, SHA-256, SHA-384 is
- * available. Try SHA-256 first, 384 wastes resources
+ * If DTLS is in use, then at least one of SHA-1, SHA-224, SHA-384 is
+ * available. Try SHA-224 first, 384 wastes resources
  */
 #if defined(MBEDTLS_HAS_ALG_SHA_224_VIA_LOWLEVEL_OR_PSA)
 #define COOKIE_MD           MBEDTLS_MD_SHA224