Source release v3.4.1
This commit is contained in:
@@ -282,6 +282,7 @@ class Session {
|
||||
// The current number of keys to use in the license(), encrypted_license()
|
||||
// and key_array().
|
||||
int num_keys() const { return num_keys_; }
|
||||
size_t key_array_size() const { return num_keys_; }
|
||||
|
||||
// Set the size of the buffer used the encrypted license.
|
||||
// Must be between sizeof(MessageData) and kMaxMessageSize.
|
||||
|
||||
Reference in New Issue
Block a user