mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 02:37:02 +02:00
HMACAuth - improved syntax for new
This commit is contained in:
parent
29b4353397
commit
16b0c48b73
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ HMACAuth::~HMACAuth()
|
|||
#else
|
||||
|
||||
HMACAuth::HMACAuth(AuthMethod authMethod)
|
||||
: _hmacContext(new(HMAC_CTX))
|
||||
: _hmacContext(new HMAC_CTX())
|
||||
, _authMethod(authMethod) {
|
||||
HMAC_CTX_init(_hmacContext);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue