Seems like you are using DLLs for OpenSSL. Try including applink.c in your application.
On Thu, Aug 4, 2011 at 1:19 PM, Colin Rice <ric...@rpi.edu> wrote: > Hello, > > We are currently using OpenSSL for a network communications program. > However we have encountered an obscure bug on windows where we are unable to > print X509 certificates without receiving: > > OPENSSL_Uplink(10109000,08): no OPENSSL_Applink > > A sample program is attached. > Running with /MD, /MDd, /MT, or /MTd does not solve the problem. > > Thanks, > -Colin >