Typo corretced.

This commit is contained in:
Richard Levitte 2004-05-17 04:47:26 +00:00
parent 43d6233a22
commit 07bf82a71d

View file

@ -305,7 +305,7 @@ bad:
e = setup_engine(bio_err, engine, 0);
#endif
if (md && dgst=EVP_get_digestbyname(md)) == NULL)
if (md && (dgst=EVP_get_digestbyname(md)) == NULL)
{
BIO_printf(bio_err,"%s is an unsupported message digest type\n",md);
goto end;