From e22bb14371dbf4287cb92463ca13d6693c4dac18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 18 Jun 2007 21:58:12 +0000 Subject: [PATCH] Remove unused assert. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21154 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/rsa-imath.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/hcrypto/rsa-imath.c b/lib/hcrypto/rsa-imath.c index 7a90bd425..4926a0c4e 100644 --- a/lib/hcrypto/rsa-imath.c +++ b/lib/hcrypto/rsa-imath.c @@ -180,7 +180,6 @@ imath_rsa_public_encrypt(int flen, const unsigned char* from, } padlen = size - flen - 3; - assert(padlen >= 8); *p++ = 2; if (RAND_bytes(p, padlen) != 1) {