Use the crypto wrappers again instead of calling OpenSSL directly.
[tinc] / src / protocol_auth.c
index 46bb6e6..0471932 100644 (file)
@@ -335,6 +335,7 @@ bool chal_reply_h(connection_t *c, char *request) {
         */
 
        free(c->hischallenge);
+       c->hischallenge = NULL;
        c->allow_request = ACK;
 
        return send_ack(c);