feature: Added random entropy support for applications (#8555)

This commit is contained in:
Sander Steffann
2018-04-13 17:42:14 +01:00
committed by Neil Lathwood
parent 09d6b2fd54
commit 65b8270936
6 changed files with 108 additions and 0 deletions

View File

@ -60,6 +60,9 @@ function nicecase($item)
case 'dbm':
return 'dBm';
case 'entropy':
return 'Random entropy';
case 'mysql':
return ' MySQL';