Fix compiler warnings.

This commit is contained in:
Guus Sliepen 2011-12-26 23:04:40 +01:00
parent 2a9060bba6
commit b50d6a7f2a
4 changed files with 6 additions and 7 deletions

View file

@ -226,7 +226,6 @@ bool send_metakey(connection_t *c) {
static bool metakey_ec_h(connection_t *c, const char *request) {
size_t siglen = ecdsa_size(&c->ecdsa);
char key[MAX_STRING_SIZE];
char sig[siglen];
logger(LOG_DEBUG, "Got ECDH metakey from %s", c->name);