Skip to content

Commit

Permalink
Add 'responder' role in config. (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-shang authored Sep 1, 2021
1 parent d36071c commit b6f6989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/fipstools/acvp/modulewrapper/modulewrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,8 @@ static bool GetConfig(const Span<const uint8_t> args[], ReplyCallback write_repl
"scheme": {
"dhEphem": {
"kasRole": [
"initiator"
"initiator",
"responder"
]
}
},
Expand Down

0 comments on commit b6f6989

Please sign in to comment.