mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Take project name and version from configure define
... in print_version.
This commit is contained in:
parent
667f6d2b08
commit
3a96262c3a
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ int usage()
|
|||
|
||||
int print_version()
|
||||
{
|
||||
printf("ssldump 0.9b3\n");
|
||||
printf(PACKAGE_STRING "\n");
|
||||
printf("Copyright (C) 1998-2001 RTFM, Inc.\n");
|
||||
printf("All rights reserved.\n");
|
||||
#ifdef OPENSSL
|
||||
|
|
Loading…
Reference in a new issue