diff options
Diffstat (limited to 'base/hmac_nss.cc')
-rw-r--r-- | base/hmac_nss.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/hmac_nss.cc b/base/hmac_nss.cc index b3c0c67..2ca4f67 100644 --- a/base/hmac_nss.cc +++ b/base/hmac_nss.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -32,6 +32,7 @@ HMAC::HMAC(HashAlgorithm hash_alg) break; default: NOTREACHED() << "Unsupported hash algorithm"; + break; } } |