cb_func should return 1 to have the generation code to continue.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19700 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-04 19:43:55 +00:00
parent f13b6e5705
commit f6139e837c

View File

@@ -106,7 +106,7 @@ check_rsa(const unsigned char *in, size_t len, RSA *rsa, int padding)
static int
cb_func(int a, int b, BN_GENCB *c)
{
return 0;
return 1;
}
/*