diff options
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index f7375bc3..e9753f7c 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -3167,7 +3167,7 @@ static int version_fun(char *next_arg GCC_UNUSED) puts(gettext("See http://lynx.isc.org/ and the online help for more information.")); puts(""); #ifdef USE_SSL -#ifdef OPENSSL_VERSION_TEXT +#if defined(OPENSSL_VERSION_TEXT) && !defined(LIBGNUTLS_VERSION) puts("See http://www.openssl.org/ for information about OpenSSL."); #endif /* OPENSSL_VERSION_TEXT */ puts(""); |