Formatting.
authorBen Laurie <ben@openssl.org>
Tue, 4 Nov 2008 12:06:09 +0000 (12:06 +0000)
committerBen Laurie <ben@openssl.org>
Tue, 4 Nov 2008 12:06:09 +0000 (12:06 +0000)
crypto/evp/digest.c

index ec4d1779da1aa78ce92b47c2e5260bd96fb16857..acada47fda02740e77cfef1783bbe510a53c5c03 100644 (file)
@@ -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);
        }