Fix duplicate consistency

This commit is contained in:
Thom Wiggers 2020-02-26 13:16:19 -05:00
parent 2b267defdb
commit 8c2f5994b9
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -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;
}