Added enum names for measurement algorithms
This commit is contained in:
committed by
Andreas Steffen
parent
51b0005277
commit
8f1a6d50b4
@@ -17,6 +17,13 @@
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
ENUM(pts_meas_algorithm_names, PTS_MEAS_ALGO_NONE, PTS_MEAS_ALGO_SHA384,
|
||||
"None",
|
||||
"SHA1",
|
||||
"SHA256",
|
||||
"SHA384"
|
||||
);
|
||||
|
||||
/**
|
||||
* Described in header.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user