remove trailing whitespace
This commit is contained in:
@@ -279,7 +279,7 @@ hash_test (struct hash_foo *hash, struct test *tests)
|
||||
|
||||
ectx = EVP_MD_CTX_create();
|
||||
EVP_DigestInit_ex(ectx, hash->evp(), NULL);
|
||||
|
||||
|
||||
(*hash->init)(ctx);
|
||||
if(strcmp(t->str, ONE_MILLION_A) == 0) {
|
||||
int i;
|
||||
@@ -313,7 +313,7 @@ hash_test (struct hash_foo *hash, struct test *tests)
|
||||
printf("\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
EVP_DigestFinal_ex(ectx, res, &esize);
|
||||
EVP_MD_CTX_destroy(ectx);
|
||||
|
||||
@@ -321,7 +321,7 @@ hash_test (struct hash_foo *hash, struct test *tests)
|
||||
printf("EVP %s returned wrong hash size\n", hash->name);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
if (memcmp (res, t->hash, hash->hsize) != 0) {
|
||||
printf("EVP %s failed here old function where successful!\n",
|
||||
hash->name);
|
||||
|
Reference in New Issue
Block a user