compilation fix for openssl-1.1.0 (pqissl+authssl part)

This commit is contained in:
csoler 2017-02-19 22:38:02 +01:00
parent 57bbd15893
commit 5c95b88095
9 changed files with 190 additions and 52 deletions

View file

@ -583,6 +583,9 @@ bool AEAD_chacha20_sha256(uint8_t key[32], uint8_t nonce[12],uint8_t *data,uint3
HMAC_Update(hmac_ctx,aad,aad_size) ;
HMAC_Update(hmac_ctx,data,data_size) ;
HMAC_Final(hmac_ctx,computed_tag,&md_size) ;
HMAC_CTX_free(hmac_ctx) ;
hmac_ctx=NULL;
#endif
// decrypt