This commit was generated by cvs2svn to compensate for changes in r162916,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Simon L. B. Nielsen 2006-10-01 08:09:46 +00:00
commit f9d67810bf

View File

@ -173,7 +173,7 @@ static int generate_key(DH *dh)
static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
{
BN_CTX *ctx;
BN_CTX *ctx=NULL;
BN_MONT_CTX *mont=NULL;
BIGNUM *tmp;
int ret= -1;