X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fopenssl%2Frsa.h;h=10fe3462978cf75dd602fb662d7c00af40377750;hb=027228debee2ea6f31cd176e456c13d626380066;hp=62836a8e83c35cef4d1a6628c0b447838fa44993;hpb=73863fab8ae1ecd8307aaeef486919cc76b85d63;p=tinc diff --git a/src/openssl/rsa.h b/src/openssl/rsa.h index 62836a8e..10fe3462 100644 --- a/src/openssl/rsa.h +++ b/src/openssl/rsa.h @@ -31,5 +31,8 @@ extern bool rsa_read_pem_private_key(rsa_t *rsa, FILE *fp); extern size_t rsa_size(rsa_t *rsa); extern bool rsa_public_encrypt(rsa_t *rsa, void *in, size_t inlen, void *out); extern bool rsa_private_decrypt(rsa_t *rsa, void *in, size_t inlen, void *out); +extern bool rsa_active(rsa_t *rsa); +extern void rsa_free(rsa_t *rsa); + #endif