diff options
Diffstat (limited to 'g10/g10maint.c')
-rw-r--r-- | g10/g10maint.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/g10/g10maint.c b/g10/g10maint.c index e8a44372c..bc64eb04d 100644 --- a/g10/g10maint.c +++ b/g10/g10maint.c @@ -75,17 +75,7 @@ strusage( int level ) p = _("Please report bugs to <[email protected]>.\n"); break; - #if !defined(HAVE_ZLIB_H) && defined(HAVE_RSA_CIPHER) - case 30: p = _( - " NOTE: This version is compiled without ZLIB support;\n" - " you are not able to process compresssed data!\n" - "WARNING: This version has RSA support! Your are not allowed to\n" - " use it inside the Unites States before Sep 30, 2000!\n" ); - #elif !defined(HAVE_ZLIB_H) - case 30: p = _( - " NOTE: This version is compiled without ZLIB support;\n" - " you are not able to process compresssed data!\n"); - #elif defined(HAVE_RSA_CIPHER) + #if defined(HAVE_RSA_CIPHER) case 30: p = _( "WARNING: This version has RSA support! Your are not allowed to\n" " use it inside the Unites States before Sep 30, 2000!\n" ); |