fix typos

PR: 1280
This commit is contained in:
Nils Larsch
2006-02-15 19:42:22 +00:00
parent 9c339a7227
commit 90076b96df
3 changed files with 4 additions and 4 deletions

View File

@@ -1233,7 +1233,7 @@ static const EVP_MD engine_sha1_md =
SHA_CBLOCK,
/* sizeof ( EVP_MD * ) + sizeof ( SHA_CTX ) */
sizeof ( ZEN_MD_DATA )
/* sizeof ( MD_CTX_DATA ) The message digest data stucture ... */
/* sizeof ( MD_CTX_DATA ) The message digest data structure ... */
} ;
/* The one for MD5 ... */
@@ -1254,7 +1254,7 @@ static const EVP_MD engine_md5_md =
MD5_CBLOCK,
/* sizeof ( EVP_MD * ) + sizeof ( MD5_CTX ) */
sizeof ( ZEN_MD_DATA )
/* sizeof ( MD_CTX_DATA ) The message digest data stucture ... */
/* sizeof ( MD_CTX_DATA ) The message digest data structure ... */
} ;