On Wed, Mar 02, 2016 at 02:15:04PM -0500, Leo Famulari wrote: > If a Scheme wizard can programatically replace all references of openssl > to libressl in the code base, I would be interested in testing it > locally.
Testing is easy: Just rename the "libressl" variable to "openssl", and the "openssl" variable to "libressl" (or anything else, since nothing depends on libressl so far). The real patch is a question of search and replace in the text files. Andreas