From e6f625bb6d4fb3b8d7ceb89893ee194f7cddf669 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 8 Jul 2010 03:14:24 +0200 Subject: Add OpenSSL acknowledgment. --- fetchmail.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index e3eebfdd..e431c0ec 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -143,6 +143,10 @@ static void printcopyright(FILE *fp) { fprintf(fp, GT_("Fetchmail comes with ABSOLUTELY NO WARRANTY. This is free software, and you\n" "are welcome to redistribute it under certain conditions. For details,\n" "please see the file COPYING in the source or documentation directory.\n")); +#ifdef SSL_ENABLE + /* Do not translate this */ + fprintf(fp, "This product includes software developed by the OpenSSL Project\nfor use in the OpenSSL Toolkit. (http://www.openssl.org/)\n"); +#endif } const char *iana_charset; -- cgit v1.2.3