Fix duplicate consistency

This commit is contained in:
Thom Wiggers 2020-02-26 13:16:19 -05:00 committed by Kris Kwiatkowski
父節點 698738c263
當前提交 83750a2fb2

查看文件

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