From 62e5514b8be7ae07dcd4b4e92280a01b652e5948 Mon Sep 17 00:00:00 2001 From: Max Fillinger Date: Tue, 28 Dec 2021 17:42:30 +0100 Subject: [PATCH] Remove extra newline Signed-off-by: Max Fillinger --- include/mbedtls/md.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mbedtls/md.h b/include/mbedtls/md.h index 243e57ac6..612061d15 100644 --- a/include/mbedtls/md.h +++ b/include/mbedtls/md.h @@ -150,7 +150,6 @@ const mbedtls_md_info_t *mbedtls_md_info_from_type( mbedtls_md_type_t md_type ); const mbedtls_md_info_t *mbedtls_md_info_from_ctx( const mbedtls_md_context_t *ctx ); - /** * \brief This function initializes a message-digest context without * binding it to a particular message-digest algorithm.