X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fopenssl%2Frsa.h;h=10fe3462978cf75dd602fb662d7c00af40377750;hb=36623e15a1c8685e5d8730345c1a7f9c93710fef;hp=62836a8e83c35cef4d1a6628c0b447838fa44993;hpb=761517c21c37a808a19b487aa116c3c19439feca;p=meshlink 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