diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1999-03-08 13:35:01 +0100 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1999-03-08 13:35:01 +0100 |
commit | d10f052be50d9115b574d1848e600fb93adade25 (patch) | |
tree | 012f4e893a7f3cd41a4a6ec2029da44924f63dd3 /apps | |
parent | Start with some more tarball rolling preparation to make sure it's not (diff) | |
download | openssl-d10f052be50d9115b574d1848e600fb93adade25.tar.xz openssl-d10f052be50d9115b574d1848e600fb93adade25.zip |
Make `openssl version' output lines consistent.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/version.c b/apps/version.c index 8d154ea8b3..0de9c495a8 100644 --- a/apps/version.c +++ b/apps/version.c @@ -107,7 +107,7 @@ char **argv; if (platform) printf("%s\n",SSLeay_version(SSLEAY_PLATFORM)); if (options) { - printf("options:"); + printf("options: "); printf("%s ",BN_options()); #ifndef NO_MD2 printf("%s ",MD2_options()); |