diff options
Diffstat (limited to 'Cryptlib/Hash')
| -rw-r--r-- | Cryptlib/Hash/CryptMd5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cryptlib/Hash/CryptMd5.c b/Cryptlib/Hash/CryptMd5.c index dcf76913..e1c10e34 100644 --- a/Cryptlib/Hash/CryptMd5.c +++ b/Cryptlib/Hash/CryptMd5.c @@ -56,7 +56,7 @@ Md5Init ( //
// Check input parameters.
//
- if ((Md5Context == NULL)) {
+ if (Md5Context == NULL) {
return FALSE;
}
|
