Allow building with SSL.

This commit is contained in:
Arnaud Cornet 2007-10-24 20:31:06 +02:00
parent e5d45e7e64
commit addfac8ffa
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ void user_kill(bip_t *bip, struct user *user)
MAYFREE(user->default_realname);
#ifdef HAVE_LIBSSL
MAYFREE(ssl_check_store);
MAYFREE(user->ssl_check_store);
#endif
free(user);
}