1 2016-08-14 00:54:57 <sinetek> I there, any particular reason we still check for "openssl/ec.h" ?  It's included only in one test, and everything works fine without the include nor the file ec.h.
 2 2016-08-14 00:55:10 <sinetek> I ask because my system doesn't have it for whatever reason.
 3 2016-08-14 00:58:08 <moa> sinetek: good question
 4 2016-08-14 01:40:30 <sinetek> yea i don't see why not deprecate this ec.h dep
 5 2016-08-14 18:45:15 <denisx> hi, bitcoin 0.13rc3 builds fine on freebsd with one exception. FREEBSD10.3 is defined in the Makefile. But it only needs to be FREEBSD for leveldb which seems to be the only cinsumer of it
 6 2016-08-14 18:53:27 <luke-jr> denisx: I don't see FREEBSD* defined nor used anywhere.
 7 2016-08-14 18:54:13 <luke-jr> LevelDB itself has an OS_FREEBSD entirely internal, but that's not part of Bitcoin Core
 8 2016-08-14 18:54:43 <denisx> I find it in config.log, config.status, Makefile and src/Makefile
 9 2016-08-14 18:55:04 <luke-jr> those are all generated
10 2016-08-14 18:55:20 <luke-jr> perhaps part of autotools
11 2016-08-14 18:55:29 <denisx> yes, I think so
12 2016-08-14 18:57:20 <denisx> maybe this: OTHER_OS=`echo ${host_os} | awk '{print toupper($0)}'`
13 2016-08-14 18:57:22 <denisx> ?
14 2016-08-14 22:40:50 <luke-jr> cfields: did you ever figure out how to get cert(s) for Knots?