defined why2_get_chat* rsa stuff fns
This commit is contained in:
parent
bb8436badd
commit
8f3af8c7d1
@ -126,3 +126,13 @@ void why2_chat_deallocate_keys(void)
|
|||||||
why2_deallocate(rsa_modulus);
|
why2_deallocate(rsa_modulus);
|
||||||
why2_deallocate(rsa_d);
|
why2_deallocate(rsa_d);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
char *why2_get_chat_modulus(void)
|
||||||
|
{
|
||||||
|
return rsa_modulus;
|
||||||
|
}
|
||||||
|
|
||||||
|
char *why2_get_chat_d(void)
|
||||||
|
{
|
||||||
|
return rsa_d;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user