Skip to content

Commit

Permalink
update comment for cryptex unsupported error
Browse files Browse the repository at this point in the history
The error is still quite generic as there are currently
two different reason this could be returned, but it is an indication the error is cryptex specific.
  • Loading branch information
pabuhler committed Feb 16, 2025
1 parent a41bfe5 commit 2ce7026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/srtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ typedef enum {
srtp_err_status_pkt_idx_adv = 27, /**< packet index advanced, reset */
/**< needed */
srtp_err_status_buffer_small = 28, /**< out buffer is too small */
srtp_err_status_cryptex_unsupported = 29, /**< out buffer is too small */
srtp_err_status_cryptex_unsupported = 29, /**< unsupported cryptex operation */
} srtp_err_status_t;

typedef struct srtp_ctx_t_ srtp_ctx_t;
Expand Down

0 comments on commit 2ce7026

Please sign in to comment.