mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-11 21:20:12 +00:00
Fix nxstyle issue for Juha patch
This commit is contained in:
parent
408d73903e
commit
b5f153cb6c
4 changed files with 52 additions and 46 deletions
|
|
@ -24,8 +24,9 @@ config CODECS_HASH_MD5
|
|||
bool "MD5 Support"
|
||||
default n
|
||||
---help---
|
||||
Enables support for the following interfaces: MD5Init(),
|
||||
MD5Update(), MD5Final(), MD5Transform(), md5_sum() and md5_hash()
|
||||
Enables support for the following interfaces: md5_init(),
|
||||
md5_update(), md5_final(), md5_transform(), md5_sum() and
|
||||
md5_hash()
|
||||
|
||||
Contributed NuttX by Darcy Gong.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue