X-Git-Url: https://git.syn-net.org/?p=debian%2Fuanytun.git;a=blobdiff_plain;f=src%2Fauth_algo.h;h=4ac0f40f4364066f8f2fe5505b546f988176ad1a;hp=d1e5178ca5e7d7baa5c69c6437e4680f9ab8fd0c;hb=2ca04c970ea76d18da53fbbc2c7c7281797af79d;hpb=70cf739729db4c5d7f72b64207855889e57ee49a diff --git a/src/auth_algo.h b/src/auth_algo.h index d1e5178..4ac0f40 100644 --- a/src/auth_algo.h +++ b/src/auth_algo.h @@ -82,7 +82,7 @@ int auth_algo_check_tag(auth_algo_t* aa, key_derivation_t* kd, key_derivation_di struct auth_algo_sha1_param_struct { #if defined(USE_SSL_CRYPTO) - HMAC_CTX ctx_; + HMAC_CTX *ctx_; #elif defined(USE_NETTLE) struct hmac_sha1_ctx ctx_; #else // USE_GCRYPT is the default