On Wed, Jan 6, 2016 at 8:19 PM, Hans Leidekker <hans(a)codeweavers.com> wrote:
> Signed-off-by: Hans Leidekker <hans(a)codeweavers.com>
> ---
> configure.ac | 18 +++++++++
> dlls/bcrypt/Makefile.in | 1 +
> dlls/bcrypt/bcrypt_main.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 114 insertions(+)
Hi, Hans. Great job in the patch series, but Is this change really
necessary? Can't we reuse the internal libraries from rsaenh? I think
it was a copy of tomcrypt lib, I'm not able to check right now. By
using rsaenh or moving the tomcrypt to a more generic place it could
be reused without need for external dependencies, right? Unless I'm
missing something obvious.
Best wishes,
Bruno