commit | 62e5514b8be7ae07dcd4b4e92280a01b652e5948 | [log] [tgz] |
---|---|---|
author | Max Fillinger <max@max-fillinger.net> | Tue Dec 28 17:42:30 2021 +0100 |
committer | Max Fillinger <max@max-fillinger.net> | Tue Dec 28 17:42:30 2021 +0100 |
tree | 755228cf9f429dc9379e09d4b5122e13d4dde12f | |
parent | 8737ec240765dcdd146547c0ce1b0149220a686d [diff] |
Remove extra newline Signed-off-by: Max Fillinger <max@max-fillinger.net>
diff --git a/include/mbedtls/md.h b/include/mbedtls/md.h index 243e57a..612061d 100644 --- a/include/mbedtls/md.h +++ b/include/mbedtls/md.h
@@ -150,7 +150,6 @@ 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.