commit | f5fc64997cba1bf906a65bd3a8d2d6d24a8a88e4 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Apr 02 14:43:57 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Apr 03 18:46:55 2015 +0200 |
tree | 2317d255c0ebf510c3da375ad9623437203b68f2 | |
parent | 8a89fcd13f638e81c22db3c9df6e66475b4367d2 [diff] [blame] |
Cosmetic change Make one of the name listing scripts happier
diff --git a/include/mbedtls/md_wrap.h b/include/mbedtls/md_wrap.h index 418b3f1..94d9145 100644 --- a/include/mbedtls/md_wrap.h +++ b/include/mbedtls/md_wrap.h
@@ -44,7 +44,8 @@ * Message digest information. * Allows message digest functions to be called in a generic way. */ -struct _md_info_t { +struct _md_info_t +{ /** Digest identifier */ md_type_t type;