Re: Windows 10 run-time issue

2019-10-03 Thread Andy Kennedy
Please excuse the top post, replying from my cell phone. And so it is. My bad! Andy On Thu, Oct 3, 2019, 8:25 AM Matt Caswell wrote: > > > On 03/10/2019 00:50, Andy Kennedy wrote: > > > So, I connect to the app with the VS debugger and find: > > > > file: pki_crypto.c: > > > >

Re: Windows 10 run-time issue

2019-10-03 Thread Matt Caswell
On 03/10/2019 00:50, Andy Kennedy wrote: > So, I connect to the app with the VS debugger and find: > > file: pki_crypto.c: > > function:  pki_signature_from_ecdsa_blob() > > line: (1769) SAFE_FREE(raw_sig_data); These symbols all appear to be libssh symbols so I don't think

Windows 10 run-time issue

2019-10-02 Thread Andy Kennedy
All, Previous versions used: Windows 7 openssl-1.0.2s libssh-0.9.0 VS2017 Strawberry Perl This configuration worked without issue. Then, MS EOL'ed Windows 7. My configuration is now: Windows 10 openssl-1.1.1d (someone on libssh told me that I needed this version) VS2017