projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa1e56b
)
fix previous commit (there's no SSLEAY_VERSION_TEXT)
author
Bodo Möller
<bodo@openssl.org>
Mon, 12 Aug 2002 11:21:02 +0000
(11:21 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 12 Aug 2002 11:21:02 +0000
(11:21 +0000)
apps/version.c
patch
|
blob
|
history
diff --git
a/apps/version.c
b/apps/version.c
index a9fda99e0ca7dd69327a85468debb9a94093c7d1..435e0b4bb3870b2d09dffd0dc6f1aa62b43bff69 100644
(file)
--- 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));
}
}