added body for why2_chat_deallocate_keys
This commit is contained in:
parent
2755472534
commit
bb8436badd
@ -30,6 +30,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
#include <gmp.h>
|
#include <gmp.h>
|
||||||
|
|
||||||
|
//DO NOT TOUCH THESE PLS :3
|
||||||
|
char *rsa_modulus = NULL; //THE RSA MODULUS
|
||||||
|
char *rsa_d = NULL; //THE RSA d
|
||||||
|
|
||||||
//LOCAL
|
//LOCAL
|
||||||
void generate_prime(mpz_t x)
|
void generate_prime(mpz_t x)
|
||||||
{
|
{
|
||||||
@ -119,6 +123,6 @@ void why2_chat_init_keys(void)
|
|||||||
|
|
||||||
void why2_chat_deallocate_keys(void)
|
void why2_chat_deallocate_keys(void)
|
||||||
{
|
{
|
||||||
//YOU FUCKING IDIOT DEALLOCATE KEYS
|
why2_deallocate(rsa_modulus);
|
||||||
//ARE YOU REALLY THAT DUMB?
|
why2_deallocate(rsa_d);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user