Skip to content

Commit dfa25ea

Browse files
committed
docs: Prohibit recursive definitions of context events
Signed-off-by: Daiki Ueno <dueno@redhat.com>
1 parent b1893ab commit dfa25ea

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

docs/registry.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,8 @@ scope pk {
3838
rsa_padding: string;
3939
}
4040
41-
context encapsulate {
41+
context encapsulate, decapsulate {
4242
algorithm: string;
43-
allowed_children derive, encapsulate; /* for hybrid construction */
44-
}
45-
46-
context decapsulate {
47-
algorithm: string;
48-
allowed_children derive, decapsulate; /* for hybrid construction */
4943
}
5044
5145
context generate {

0 commit comments

Comments
 (0)