created why2_chat_deallocate_keys fn
This commit is contained in:
parent
ef1f9bbf38
commit
2f4c73ce09
@ -36,6 +36,7 @@ extern "C" {
|
||||
#define WHY2_CHAT_KEY_BASE 62 //BASE IN THE GENERATED KEYS ARE STORED IN WHY2_CHAT_KEY_LOCATION
|
||||
|
||||
void why2_chat_init_keys(void); //INIT (POSSIBLY GENERATE) RSA KEYS
|
||||
void why2_chat_deallocate_keys(void); //DEALLOCATE :) (NO SLUR HERE)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@ -115,4 +115,10 @@ void why2_chat_init_keys(void)
|
||||
|
||||
//DEALLOCATION
|
||||
why2_deallocate(path);
|
||||
}
|
||||
|
||||
void why2_chat_deallocate_keys(void)
|
||||
{
|
||||
//YOU FUCKING IDIOT DEALLOCATE KEYS
|
||||
//ARE YOU REALLY THAT DUMB?
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user