From: Bodo Möller Date: Mon, 12 Aug 2002 11:21:02 +0000 (+0000) Subject: fix previous commit (there's no SSLEAY_VERSION_TEXT) X-Git-Tag: OpenSSL_0_9_7-beta4~203^2~8 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=f17ef241d10b4966c52562d066c91b1cafb1e486;hp=aa1e56b0b98a6e9b24ee50ebbbb436fb6536e882 fix previous commit (there's no SSLEAY_VERSION_TEXT) --- 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)); } }