Christoph Berg <[email protected]> writes: > It's a WIP patch, meant to see if it works at all. Of course OpenSSL > would stay as the default option.
Fair enough. One thing that struck me as I looked at it was that
most of the #include hackery seemed unnecessary. The configure
script could add -I/usr/include/wolfssl (or wherever those files
are) to CPPFLAGS instead of touching all those #includes.
regards, tom lane
