diff lib/misc.c @ 653:07dc89f95076

2004-12-31 Brian Masney <masneyb@gftp.org> * lib/misc.c (gftp_info) - when displaying the OpenSSL information, display OPENSSL_VERSION_TEXT instead of OPENSSL_VERSION_NUMBER * src/gtk/transfer.c (update_file_status) - expand the length of the total transfered buffer. The total transfered was being truncated in some languages by g_snprintf() (from Pavel Vainerman <pv@etersoft.ru>)
author masneyb
date Fri, 31 Dec 2004 16:12:13 +0000
parents 08e7b5186eb8
children 9b68dc473807
line wrap: on
line diff
--- a/lib/misc.c	Fri Dec 31 15:33:01 2004 +0000
+++ b/lib/misc.c	Fri Dec 31 16:12:13 2004 +0000
@@ -356,7 +356,7 @@
   printf ("PTY implementation: %s\n", gftp_get_pty_impl ());
 
 #ifdef USE_SSL
-  printf ("OpenSSL version: 0x%lx\n", OPENSSL_VERSION_NUMBER);
+  printf ("OpenSSL version: %s\n", OPENSSL_VERSION_TEXT);
 #endif
 
   printf ("Enabled protocols: ");