X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fssl.h;h=2d86a0552bdcb5bc518cb2cb94932bb62f73e5a5;hb=8fd71184fa820302e47c2d168f9c989274c08b6a;hp=c495cc5f272daa04ad2fc1a4103a9be84452f4e1;hpb=a23aee5de3a48d35b5a83a312d7aceaab0c4eaeb;p=umurmur.git diff --git a/src/ssl.h b/src/ssl.h index c495cc5..2d86a05 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 @@ -127,7 +125,7 @@ static inline void SSLi_hash2hex(uint8_t *hash, char *out) } static inline void SSLi_hex2hash(char *in, uint8_t *hash) { - int i, offset = 0; + int i; char byte[3]; int scanned;