X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fssli_gnutls.c;h=9f6a16aecf18d849f9659c01d8dbbc7fa5f30c3c;hb=699f83c2331b1f100e4a4cb8e4a17e9e5ad15ece;hp=ab32d1e0da20fd77d1e3364eb7565c0f2a6d6084;hpb=8e8ff9af85dcf79469150009a96e1f8583ccc538;p=umurmur.git diff --git a/src/ssli_gnutls.c b/src/ssli_gnutls.c index ab32d1e..9f6a16a 100644 --- a/src/ssli_gnutls.c +++ b/src/ssli_gnutls.c @@ -82,3 +82,8 @@ SSL_handle_t * SSLi_newconnection( int * fileDescriptor, bool_t * isSSLReady ) return session; } +bool_t SSLi_getSHA1Hash(SSL_handle_t *ssl, uint8_t *hash) + { + *hash = 0; + return true; + }