summaryrefslogtreecommitdiffstats
path: root/apps/version.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-12 11:21:02 +0000
committerBodo Möller <bodo@openssl.org>2002-08-12 11:21:02 +0000
commitf17ef241d10b4966c52562d066c91b1cafb1e486 (patch)
tree03d7845c35edcd65969f4a4bfe20fad36f864189 /apps/version.c
parentaa1e56b0b98a6e9b24ee50ebbbb436fb6536e882 (diff)
fix previous commit (there's no SSLEAY_VERSION_TEXT)
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));
}
}