summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hmac
diff options
context:
space:
mode:
authormarkus <>2002-09-03 21:53:39 +0000
committermarkus <>2002-09-03 21:53:39 +0000
commite4fd57152b3c9ab190f2b7a12404e78bdbbefb77 (patch)
treea8d49e1d6d3824b34dbdf22b90db265f867fa16a /src/lib/libcrypto/hmac
parent807f310b065312b137e9eb85536bc668e67ee7b9 (diff)
downloadopenbsd-e4fd57152b3c9ab190f2b7a12404e78bdbbefb77.tar.gz
openbsd-e4fd57152b3c9ab190f2b7a12404e78bdbbefb77.tar.bz2
openbsd-e4fd57152b3c9ab190f2b7a12404e78bdbbefb77.zip
remove whitespace changes (keep diffs to 0.9.7-beta1 minimal)
Diffstat (limited to 'src/lib/libcrypto/hmac')
-rw-r--r--src/lib/libcrypto/hmac/hmac.c2
1 files changed, 1 insertions, 1 deletions
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,
72 ctx->md=md; 72 ctx->md=md;
73 EVP_MD_CTX_init(&ctx->md_ctx); 73 EVP_MD_CTX_init(&ctx->md_ctx);
74 } 74 }
75 else 75 else
76 md=ctx->md; 76 md=ctx->md;
77 77
78 if (key != NULL) 78 if (key != NULL)