Hello,

As part of my task of building just the DH, I wanted to include dhtest.c
also to see if my "DH-only" library works fine.

In this new DH library, I have all DH files and BN files. Here is the exact
file list:

stack.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dhtest.c bn_add.c
bn_div.c bn_exp.c bn_lib.c bn_ctx.c bn_mul.c bn_mod.c bn_print.c bn_rand.c
bn_shift.c bn_word.c bn_blind.c bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c
bn_err.c bn_sqr.c bn_asm.c bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bio_lib.c

When I added dhtest.c, I am getting a lotta of linker errors for CRYPTO_*,
CRYPTO_dbg_*, ERR_*, RAND_*, ENGINE_* functions. The exact link errors are
attached.

Am I missing any other files (or directories)? I see CRYPTO_* functions are
there in mem_dbg.c in openssl-0.9.7b\crypto directory. But I would like to
know if there are more files (or directories) that need to be added.

Thanks
Bala

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to