Crypto currently only uses .c files, and the Makefile uses CC throughout, except for creating the object output. [This has been the case since the initial release.]
Using CXX (C++) for the link does not make sense to me - surely CC can create the object equally well? It would simplify builds (and especially docker builds) if C++ could be dropped. But perhaps there is a good reason for using C++ for this step only? Sebb --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
