From 853e17f15174cded630124cc6b31798c2cd33f44 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 7 Jan 2009 12:13:12 +0100 Subject: Fix warnings. --- lib/gnutls_rsa_export.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'lib/gnutls_rsa_export.c') diff --git a/lib/gnutls_rsa_export.c b/lib/gnutls_rsa_export.c index 1ea83b7803..cf6da8e1cd 100644 --- a/lib/gnutls_rsa_export.c +++ b/lib/gnutls_rsa_export.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002, 2003, 2004, 2005, 2008 Free Software Foundation + * Copyright (C) 2002, 2003, 2004, 2005, 2008, 2009 Free Software Foundation * * Author: Nikos Mavrogiannopoulos * @@ -33,13 +33,6 @@ #include "x509/x509_int.h" #include "debug.h" -/* This function takes a number of bits and returns a supported - * number of bits. Ie a number of bits that we have a prime in the - * dh_primes structure. - */ - -#define MAX_SUPPORTED_BITS 512 - /* returns e and m, depends on the requested bits. * We only support limited key sizes. */ -- cgit v1.2.1