fixed aes code, we support now aes128, aes192, aes256 in IKE

This commit is contained in:
Martin Willi
2006-06-15 13:14:09 +00:00
parent c095388f7f
commit 147fe5095d
5 changed files with 110 additions and 19 deletions
@@ -85,8 +85,6 @@ struct credential_store_t {
/**
* @brief Is there a matching RSA private key belonging to an RSA public key?
*
* The returned rsa_private_key_t must be destroyed by the caller after usage.
*
* @param this calling object
* @param pubkey public key
* @return TRUE if matching private key was found