Hello,
I am having really problems to get a big number printed out in the stdout... This is how it should be (if I got it properly): *BIGNUM *r;* *BIO *out;* * * *out = BIO_new_fp(stdout, BIO_NOCLOSE);* * * *r=BN_new();* * * *BN_rand(r, 2048, -1, 0)* * * *BN_print(out, r);* but when I run it, I just get: OPENSSL_Uplink(60C71000,08): no OPENSSL_Applink Where am I wrong? Thanks in advance, Giuseppe