--- src/main/version-orig.c 2015-01-22 12:37:38.000000000 -0800 +++ src/main/version.c 2015-01-22 12:36:14.000000000 -0800 @@ -59,8 +59,8 @@ " Built with: %lx\n Linked: %lx", (unsigned long) ssl_built, (unsigned long) ssl_linked); - - return -1; +/* Warn only. Give the user the opportunity to rebuild when upgrading OpenSSL */ +/* return -1; */ }; if (!allow_vulnerable) {