summaryrefslogtreecommitdiffstats
path: root/crypto_backend.h
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-07-14 21:35:45 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-22 18:02:08 +0200
commit62242ed28d4cb3adec4edd6c39c6ed3f1c50cb37 (patch)
tree22fa11910c9c5a6060eb95c73081ed6f7aabb7d5 /crypto_backend.h
parent0d4ec3d8bbf39e4802781e1b3c881d76e068217f (diff)
downloadopenvpn-62242ed28d4cb3adec4edd6c39c6ed3f1c50cb37.tar.gz
openvpn-62242ed28d4cb3adec4edd6c39c6ed3f1c50cb37.tar.xz
openvpn-62242ed28d4cb3adec4edd6c39c6ed3f1c50cb37.zip
Moved HMAC prints back to main crypto module
Signed-off-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'crypto_backend.h')
-rw-r--r--crypto_backend.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto_backend.h b/crypto_backend.h
index 25d985b..f16dc35 100644
--- a/crypto_backend.h
+++ b/crypto_backend.h
@@ -442,11 +442,10 @@ void md_ctx_final (md_ctx_t *ctx, uint8_t *dst);
* @param key The key to use for the HMAC
* @param key_len The key length to use
* @param kt Static message digest parameters
- * @param prefix Prefix to use when printing debug information.
*
*/
void hmac_ctx_init (hmac_ctx_t *ctx, const uint8_t *key, int key_length,
- const md_kt_t *kt, const char *prefix);
+ const md_kt_t *kt);
/*
* Free the given HMAC context.