X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fssl.c;fp=src%2Fssl.c;h=2ea92dbf8129509d38afe48e63178140f35b99a5;hb=3cd38e434b0b7805659de66dac343cfc788439f4;hp=86e35a5f1fed9dd795cba995cf18d21dd35ff7cb;hpb=5a87eb073e217f56a5365f0ee862d38ea6f79b84;p=umurmur.git diff --git a/src/ssl.c b/src/ssl.c index 86e35a5..2ea92db 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -161,6 +161,7 @@ int urandom_bytes(void *ctx, unsigned char *dest, size_t len) continue; len -= cur; } + return 0; } #endif