summaryrefslogtreecommitdiffstats
path: root/apps/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/version.c')
-rw-r--r--apps/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/version.c b/apps/version.c
index a9fda99e0c..435e0b4bb3 100644
--- a/apps/version.c
+++ b/apps/version.c
@@ -181,7 +181,7 @@ int MAIN(int argc, char **argv)
else
{
printf("%s (Library: %s)\n",
- SSLEAY_VERSION_TEXT,
+ OPENSSL_VERSION_TEXT,
SSLeay_version(SSLEAY_VERSION));
}
}