From e4fd57152b3c9ab190f2b7a12404e78bdbbefb77 Mon Sep 17 00:00:00 2001 From: markus <> Date: Tue, 3 Sep 2002 21:53:39 +0000 Subject: remove whitespace changes (keep diffs to 0.9.7-beta1 minimal) --- src/lib/libcrypto/hmac/hmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/hmac') diff --git a/src/lib/libcrypto/hmac/hmac.c b/src/lib/libcrypto/hmac/hmac.c index 026dbe8f66..46480a4c95 100644 --- a/src/lib/libcrypto/hmac/hmac.c +++ b/src/lib/libcrypto/hmac/hmac.c @@ -72,7 +72,7 @@ void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, ctx->md=md; EVP_MD_CTX_init(&ctx->md_ctx); } - else + else md=ctx->md; if (key != NULL) -- cgit v1.2.3-55-g6feb