diff options
Diffstat (limited to 'istream.c')
-rw-r--r-- | istream.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -475,8 +475,6 @@ ssl_check_cert_ident(X509 * x, char *hostname) /* FIXME: gettextize? */ ret = Sprintf("Bad cert ident %s from %s", buf, hostname); } - else - match_ident = TRUE; } return ret; } |