> As I recall, OpenSSL, a long while ago stopped, supporting some > idiosyncrasies associated with Windows I/O and opted for a "cleaner" > approach, that of requiring developers to link a small file, > applink.c, into the app's main. applink.c is provided by the OpenSSL > folks.
[...] Ok, this explains what it is. > Arguably better is to have the include statement in the python source > file, python.c, appropriately conditioned. ...and to provide a copy > of applink.c. That way, there would be no more need to try to find > or do a custom build. Everybody building for a Windows platform will > have applink included and access to OpenSSL becomes a non-issue. However, this doesn't explain why I should care about it. What is the problem that is being solved for Python? Why is access to OpenSSL an issue currently? Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com