Skip to content

Commit

Permalink
Proxy/JsonGenerator warning fixes: IOCDM.h
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul committed Jan 12, 2024
1 parent e8417c2 commit fff39ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/IOCDM.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ struct ISessionExt : virtual public Core::IUnknown {

virtual OCDM_RESULT StoreLicenseData(const uint8_t licenseData[] /* @in @length:licenseDataSize */,
uint16_t licenseDataSize,
uint8_t* secureStopId /* @out @length:16 @maxlength:licenseDataSize */)
uint8_t* secureStopId /* @out @length:16 @maxlength:16 */)
= 0;

virtual OCDM_RESULT SelectKeyId(const uint8_t keyLength,
Expand Down

0 comments on commit fff39ad

Please sign in to comment.