From 069227db5b2be6af84ff2f225234f8485d2295f6 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 21 Oct 2003 09:48:58 +0000 Subject: introduce new tor_free() macro svn:r643 --- src/common/tortls.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/tortls.c') diff --git a/src/common/tortls.c b/src/common/tortls.c index dafbbee6d..b9f3dbab3 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -467,7 +467,6 @@ tor_tls_get_peer_cert_nickname(tor_tls *tls, char *buf, int buflen) X509_NAME *name = NULL; int nid; int lenout; - int i; if (!(cert = SSL_get_peer_certificate(tls->ssl))) { log_fn(LOG_WARN, "Peer has no certificate"); -- cgit v1.2.3