v1.1.0-pre1 on linux

(1) Compiling with "no-threads " gives error on lines 173 and 379 in async.c.

possible cause: async_fibre_makecontext() function

async_posix.h @ line 57: #if defined(OPENSSL_SYS_UNIX) && 
defined(OPENSSL_THREADS)

seems threads is required?



(2) Compiling with no-psk and no-srp gives error on line 1692 in statem_clnt.c

possible cause: with no-psk and no-srp nop'd out by #ifndef's above, line 1692 
starts with "else if" instead of "if"



Neither of these errors occurred in 1.0.2e.
_______________________________________________
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to