git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24283 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-11 21:49:04 +00:00
parent 5ba91a8f17
commit fa6a8adddc

View File

@@ -1650,6 +1650,11 @@ EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, void *key)
/** /**
* Perform a operation on a ctx * Perform a operation on a ctx
* *
* @param ctx context to perform operation on.
* @param type type of operation.
* @param arg argument to operation.
* @param data addition data to operation.
* @return 1 for success, 0 for failure. * @return 1 for success, 0 for failure.
* *
* @ingroup hcrypto_core * @ingroup hcrypto_core