That fixed the current problem.
Now this problem in crypto.h:
OSSL_CRYPTO_ALLOC void *CRYPTO_malloc(size_t num, const char *file, int line);
Error (active) E0077 this declaration has no storage class or type specifier DFDS C:\Program Files\OpenSSL-Win64\include\openssl\crypto.h 344
Error (active) E0065 expected a ';' DFDS C:\Program Files\OpenSSL-Win64\include\openssl\crypto.h 344
Error (active) E0065 expected a ';' DFDS C:\Program Files\OpenSSL-Win64\include\openssl\crypto.h 344
Don Payette
(cell) 479-216-6320
On Tue, May 30, 2023 at 11:29 AM Don Payette <payettedon@xxxxxxxxx> wrote:
Thus my confusion. The unzipped distribution has an "include" folder. I also downloaded a Win64 Installer and when it installs there is also an "include" folder.On Tue, May 30, 2023 at 10:46 AM Michael Wojcik <Michael.Wojcik@xxxxxxxxxxxxxx> wrote:> From: openssl-users <openssl-users-bounces@xxxxxxxxxxx> On Behalf Of Don Payette
> Sent: Tuesday, 30 May, 2023 08:53
> I go look in C:\Users\MyUser\Documents\OpenSSL\include\openssl and I find:
> ssl.h.in
> err.h.in
> but doesn't have
> ssl.h
> err.h
The *.in files are source used to build the headers. What you seem to be looking at is the source for OpenSSL, not a built OpenSSL distribution.