Fix nits in SecureHash.
R=agl@chromium.org,rsleevi@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11299235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170308 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -24,6 +24,7 @@ class SecureHashSHA256NSS : public SecureHash {
|
||||
}
|
||||
|
||||
virtual ~SecureHashSHA256NSS() {
|
||||
memset(&ctx_, 0, sizeof(ctx_));
|
||||
}
|
||||
|
||||
// SecureHash implementation:
|
||||
|
@ -4,7 +4,8 @@
|
||||
|
||||
#include "crypto/secure_hash.h"
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/sha.h>
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "base/logging.h"
|
||||
|
Reference in New Issue
Block a user