Core/Crypto: Remove unused declaration

This commit is contained in:
Shauren
2017-12-26 01:42:38 +01:00
parent 130d3eb0ae
commit b54d1ab35f

View File

@@ -40,7 +40,6 @@ struct BIODeleter
}
};
CHECK_AND_DECLARE_FUNCTION_TYPE(RSA_dup, RSAPublicKey_dup, RSAPrivateKey_dup);
CHECK_AND_DECLARE_FUNCTION_TYPE(PEM_read, PEM_read_bio_RSAPublicKey, PEM_read_bio_RSAPrivateKey);
CHECK_AND_DECLARE_FUNCTION_TYPE(RSA_encrypt, RSA_public_encrypt, RSA_private_encrypt);
}