wernerd / ZRTPCPP

C++ Implementation of ZRTP protocol - GNU ZRTP C++
Other
116 stars 50 forks source link

Typo in version macro; about the getHelloHash interface change #21

Open Lekensteyn opened 9 years ago

Lekensteyn commented 9 years ago

See https://github.com/wernerd/ZRTPCPP/blob/master/zrtp/libzrtpcpp/ZRtp.h#L61

HIGHEST_ZRTP_VERION should be HIGHEST_ZRTP_VERSION.

commit 11d27bd978c0e89332764f5f3abfbafa55d4b3fe also changed the signature of getHelloHash. Would it be possible to provide a method for backwards compatibility?