Skip to content

Commit

Permalink
[core] Fixed old ENABLE_AEAD_PREVIEW.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Feb 15, 2023
1 parent 599c1fb commit e8d0533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srtcore/srt_c_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ const char* const srt_rejection_reason_msg [] = {
"Packet Filter settings error",
"Group settings collision",
"Connection timeout"
#ifdef ENABLE_AEAD_PREVIEW
#ifdef ENABLE_AEAD_API_PREVIEW
,"Crypto mode"
#endif
};
Expand All @@ -463,7 +463,7 @@ extern const char* const srt_rejectreason_msg[] = {
srt_rejection_reason_msg[14],
srt_rejection_reason_msg[15],
srt_rejection_reason_msg[16]
#ifdef ENABLE_AEAD_PREVIEW
#ifdef ENABLE_AEAD_API_PREVIEW
, srt_rejection_reason_msg[17]
#endif
};
Expand Down

0 comments on commit e8d0533

Please sign in to comment.