projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be5481
)
Formatting.
author
Ben Laurie
<ben@openssl.org>
Tue, 4 Nov 2008 12:06:09 +0000
(12:06 +0000)
committer
Ben Laurie
<ben@openssl.org>
Tue, 4 Nov 2008 12:06:09 +0000
(12:06 +0000)
crypto/evp/digest.c
patch
|
blob
|
history
diff --git
a/crypto/evp/digest.c
b/crypto/evp/digest.c
index ec4d1779da1aa78ce92b47c2e5260bd96fb16857..acada47fda02740e77cfef1783bbe510a53c5c03 100644
(file)
--- a/
crypto/evp/digest.c
+++ b/
crypto/evp/digest.c
@@
-220,8
+220,7
@@
skip_to_init:
return ctx->digest->init(ctx);
}
-int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data,
- size_t count)
+int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count)
{
return ctx->update(ctx,data,count);
}