Make `openssl version' output lines consistent.

This commit is contained in:
Ralf S. Engelschall
1999-03-08 12:35:01 +00:00
parent 5a0611297b
commit d10f052be5
4 changed files with 14 additions and 11 deletions

View File

@@ -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());