DUB Errors
"Nordlöw" via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Oct 5 05:39:51 PDT 2014
On Sunday, 5 October 2014 at 06:39:00 UTC, Sönke Ludwig wrote:
>> At first glance, this seems like a forward reference issue.
>> deimos.openssl.ossl_typ imports deimos.openssl.ssl, but also
>> the other
>> way round.
The only explanation I can think of is that
version = OPENSSL_NO_SSL_INTERN;
for some reason gets set during compilation as this leads to
struct ssl_ctx_st
not become visible in modules that import ssl.d.
Ideas anyone?
More information about the Digitalmars-d-learn
mailing list