Skip to content

Commit

Permalink
fix: remove setting of rmac for CMACAndCDEC
Browse files Browse the repository at this point in the history
  • Loading branch information
skythen committed Jun 18, 2021
1 parent 0b91588 commit c1d6a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scp02.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func InitiateChannelExplicit(config ExplicitInitiationConfiguration, transmitter
level.CMAC = true
case CMACAndCDEC:
level.CMAC = true
level.RMAC = true
level.CDEC = true
case CMACAndRMAC:
level.CMAC = true
level.RMAC = true
Expand Down

0 comments on commit c1d6a21

Please sign in to comment.