fix previous commit (there's no SSLEAY_VERSION_TEXT)
authorBodo Möller <bodo@openssl.org>
Mon, 12 Aug 2002 11:21:02 +0000 (11:21 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 12 Aug 2002 11:21:02 +0000 (11:21 +0000)
apps/version.c

index a9fda99e0ca7dd69327a85468debb9a94093c7d1..435e0b4bb3870b2d09dffd0dc6f1aa62b43bff69 100644 (file)
@@ -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));
                        }
                }