I started working on a new application version so I grabbed the latest BOINC code from git. Unfortunately, I found that compiling libboinc now requires openssl. To compile openssl requires both perl and nasm. That seemed like a real PITA for some code in crypt.cpp that I know my apps won't be using. So, instead, I just removed crypt.cpp from the libboinc project.
Is there any chance of either moving crypt.cpp out of libboinc or providing two different makefile/solution files one with and one without it? Jon Sonntag _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
