diff options
Diffstat (limited to 'src/crypto.h')
| -rw-r--r-- | src/crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto.h b/src/crypto.h index e82b934..f8d5d86 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -32,7 +32,7 @@ typedef struct { } key; /* Returns the encryption keys for a given game value. */ -key get_encryption_key(game current_game); +key get_encryption_key(game_type game); /* Decrypts the contents of a buffer according to a file key. */ void decrypt_buffer(Bytef *encrypted_buffer, uint64_t buffer_length, |