summaryrefslogtreecommitdiffstats
path: root/crypto/evp/digest.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2008-11-04 12:06:09 +0000
committerBen Laurie <ben@openssl.org>2008-11-04 12:06:09 +0000
commitf80921b6a6f1daca263e535ab21ab8f31dc25b83 (patch)
treea1a692b19119858b2b24e028bc0b8d542b6dbbcb /crypto/evp/digest.c
parent9be548129771e7285856cd7d8d2623cbb5d1a919 (diff)
Formatting.
Diffstat (limited to 'crypto/evp/digest.c')
-rw-r--r--crypto/evp/digest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/evp/digest.c b/crypto/evp/digest.c
index ec4d1779da..acada47fda 100644
--- 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);
}