1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Fix duplicate consistency

This commit is contained in:
Thom Wiggers 2020-02-26 13:16:19 -05:00 committed by Kris Kwiatkowski
parent 698738c263
commit 83750a2fb2

View File

@ -104,7 +104,7 @@ int PQCLEAN_LEDAKEMLT12_LEAKTIME_seedexpander(AES_XOF_struct *ctx, uint8_t *x, s
} }
end: end:
aes256_ctx_release(&ctx256); aes256_ctx_release(&ctx256);
return RNG_SUCCESS; return RNG_SUCCESS;
} }