Deleted Added
full compact
27c27
< __RCSID("$FreeBSD: head/crypto/openssh/auth.c 301551 2016-06-07 16:18:09Z lidl $");
---
> __RCSID("$FreeBSD: head/crypto/openssh/auth.c 302182 2016-06-24 23:22:42Z gjb $");
78,80d77
< #ifdef USE_BLACKLIST
< #include "blacklist_client.h"
< #endif
312,315d308
< #ifdef USE_BLACKLIST
< if (!authctxt->postponed)
< blacklist_notify(!authenticated);
< #endif
650,652d642
< #ifdef USE_BLACKLIST
< blacklist_notify(1);
< #endif