You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2012/02/19 17:58:50 UTC

git commit: Fix typo

Updated Branches:
  refs/heads/master 98b85f8a5 -> 3a458cc70


Fix typo


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3a458cc7
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3a458cc7
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3a458cc7

Branch: refs/heads/master
Commit: 3a458cc70eeda930b95c61b272f05c6020a9d971
Parents: 98b85f8
Author: James Peach <jp...@apache.org>
Authored: Sun Feb 19 08:58:38 2012 -0800
Committer: James Peach <jp...@apache.org>
Committed: Sun Feb 19 08:58:38 2012 -0800

----------------------------------------------------------------------
 iocore/net/SSLCertLookup.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3a458cc7/iocore/net/SSLCertLookup.cc
----------------------------------------------------------------------
diff --git a/iocore/net/SSLCertLookup.cc b/iocore/net/SSLCertLookup.cc
index acabe37..78a87fa 100644
--- a/iocore/net/SSLCertLookup.cc
+++ b/iocore/net/SSLCertLookup.cc
@@ -214,7 +214,6 @@ SSLCertLookup::addInfoToHash(
 #if (OPENSSL_VERSION_NUMBER >= 0x10000000L) // openssl returns a const SSL_METHOD
   const SSL_METHOD *meth = NULL;
 #else
-#else
   SSL_METHOD *meth = NULL;
 #endif