Typo.
This commit is contained in:
parent
9c54e18bf0
commit
8dbdf6314c
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ int MAIN(int argc, char **argv)
|
||||||
BIO_printf(bio_err,"-%-14s to use the %s message digest algorithm\n",
|
BIO_printf(bio_err,"-%-14s to use the %s message digest algorithm\n",
|
||||||
SN_whirlpool,SN_whirlpool);
|
SN_whirlpool,SN_whirlpool);
|
||||||
#endif
|
#endif
|
||||||
err=1;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
in=BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
|
|
Loading…
Reference in a new issue