There are four header files which are built in the source tree when compiling but never make it into ${D} during install or into ${ROOT} when qmerging. These are: ecdh.h ecdsa.h ec.h idea.h None of the other 68 or so .h's are effected. Except for idea.h, these all look related to the new ecliptic algo. I tried looking at the build system for why, but its not something I'm familiar with. Some applications, like bitcoin which I'm writing the ebuild for now and hope to put on the tree, die looking for #include <opnessl/ecdsa.h> Reproducible: Always
Sorry guys, this is invalid. I had no idea bindist effects EC/IDEA/RC5 algorithms, but now I see the connection. They may be patnented.