Skip to content

Commit

Permalink
Merge pull request #563 from pabuhler/merge-pr-562
Browse files Browse the repository at this point in the history
Fix typo introduced by PR 559
  • Loading branch information
pabuhler authored Sep 14, 2021
2 parents 66077d5 + 0be02ca commit bba575b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtp/srtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ static inline int full_key_length(const srtp_cipher_type_t *cipher)
case SRTP_AES_GCM_128:
return SRTP_AES_GCM_128_KEY_LEN_WSALT;
case SRTP_AES_GCM_256:
return SRTP_AES_ICM_256_KEY_LEN_WSALT;
return SRTP_AES_GCM_256_KEY_LEN_WSALT;
default:
return 0;
}
Expand Down

0 comments on commit bba575b

Please sign in to comment.