From f6139e837c0734c591219ecb3b985764794bed0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 4 Jan 2007 19:43:55 +0000 Subject: [PATCH] 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 --- lib/des/test_rsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/des/test_rsa.c b/lib/des/test_rsa.c index 1a89b3798..a6e880840 100644 --- a/lib/des/test_rsa.c +++ b/lib/des/test_rsa.c @@ -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; } /*