Don't use non-public gnutls functions
commit8e3064207fa7535baad07fd06b65630ec8b31a08
authorMartin Storsjo <martin@martin.st>
Fri, 19 Jul 2013 12:40:25 +0000 (19 15:40 +0300)
committerMartin Storsjo <martin@martin.st>
Fri, 19 Jul 2013 12:43:42 +0000 (19 15:43 +0300)
tree8842ab20fe058589a9d4820246fda47e8abbf61c
parentdf6c51884243ef2bd12931e6c617b2be7520ca26
Don't use non-public gnutls functions

The internal functions gnutls_calc_dh_secret and gnutls_calc_dh_key
have changed signature in recent gnutls versions - don't use them
but manually do roughly the same as what they used to do before
using only public API functions.
librtmp/dh.h