Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.5.0-beta1
-
None
-
OS X 10.9.5 with MacPorts 2.3.3
-
4f5a02d5967871c18d1bce0321a1342af08155b4
Description
A recent commit (3b8ea3fc1ea5a3be3e537fc6a6390886eaaff62e) introduced support for ECDH key exchange, but broke building on OS X. I had to add 3 headers to the include list, after botan/botan.h :
botan/ec_group.h
botan/ecdh.h
botan/ecdsa.h
(building with botan 1.10.9 from MacPorts)