X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fssl.h;h=f88e3017a8f80606623ba1206e28043a7bb38db5;hb=27da14ea2abe5680ddfcffbf2a59be5f5a67cecd;hp=ce9e480ce9f819360624bb45aadd937d5d61c471;hpb=808f6f490d6e93002b5ac8e0ba201aa82b128fc4;p=umurmur.git diff --git a/src/ssl.h b/src/ssl.h index ce9e480..f88e301 100644 --- a/src/ssl.h +++ b/src/ssl.h @@ -32,9 +32,7 @@ #ifndef SSL_H_987698 #define SSL_H_987698 -#ifdef HAVE_CONFIG_H -#include -#endif +#include "config.h" #ifdef USE_POLARSSL #include @@ -130,7 +128,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);