Re: OpenSSL 1.1.1g test failures

2020-06-26 Thread Richard Levitte
On Fri, 26 Jun 2020 16:01:09 +0200, David Harris wrote: > Is there a standard (i.e, approved) way of using the static RTLs instead of > the > DLL ones? Or is my only option to modify the applink code so that it checks > its > environment in a different way? The problem with the dynamic RTLs is

Re: OpenSSL 1.1.1g test failures

2020-06-26 Thread David Harris
On 26 Jun 2020 at 11:55, Matt Caswell wrote: > No - this is not normal output. We would expect the self tests to pass > on Windows > > The ONLY > > non-standard thing I do is change the /MD switch (link to the DLL > > versions of the runtime libraries) to /MT (static link the runtimes) > > becau

Re: OpenSSL 1.1.1g test failures

2020-06-26 Thread Matt Caswell
On 26/06/2020 10:45, David Harris wrote: > Is this just the way it is? I would have thought that 50% self-test failure > would be > ringing alarm bells everywhere if it were common, so I can only conclude that > there's > something odd about my environment, or that I'm doing something wrong