Skip to content

Commit b6f6989

Browse files
authored
Add 'responder' role in config. (#236)
1 parent d36071c commit b6f6989

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util/fipstools/acvp/modulewrapper/modulewrapper.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,8 @@ static bool GetConfig(const Span<const uint8_t> args[], ReplyCallback write_repl
838838
"scheme": {
839839
"dhEphem": {
840840
"kasRole": [
841-
"initiator"
841+
"initiator",
842+
"responder"
842843
]
843844
}
844845
},

0 commit comments

Comments
 (0)