X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fssl.h;fp=src%2Fssl.h;h=1b2d0150ffa5010153a1eeeafff05f9598a18607;hb=c671f10c07f59b7e2dfda332c99a3182c32cb689;hp=ce9e480ce9f819360624bb45aadd937d5d61c471;hpb=6fa8724d5735e0c6642631cc6c7cc7561a4a6622;p=umurmur.git diff --git a/src/ssl.h b/src/ssl.h index ce9e480..1b2d015 100644 --- a/src/ssl.h +++ b/src/ssl.h @@ -33,7 +33,7 @@ #define SSL_H_987698 #ifdef HAVE_CONFIG_H -#include +//#include #endif #ifdef USE_POLARSSL @@ -130,7 +130,7 @@ static inline void SSLi_hex2hash(char *in, uint8_t *hash) int i, offset = 0; char byte[3]; int scanned; - + byte[2] = '\0'; for (i = 0; i < 20; i++) { memcpy(byte, &in[i * 2], 2);