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:
@@ -106,7 +106,7 @@ check_rsa(const unsigned char *in, size_t len, RSA *rsa, int padding)
|
|||||||
static int
|
static int
|
||||||
cb_func(int a, int b, BN_GENCB *c)
|
cb_func(int a, int b, BN_GENCB *c)
|
||||||
{
|
{
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user