aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hmac_sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/hmac_sha256.h')
-rw-r--r--src/crypto/hmac_sha256.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/hmac_sha256.h b/src/crypto/hmac_sha256.h
index 1519c1457e..40d40f9fb2 100644
--- a/src/crypto/hmac_sha256.h
+++ b/src/crypto/hmac_sha256.h
@@ -5,12 +5,12 @@
#ifndef BITCOIN_CRYPTO_HMAC_SHA256_H
#define BITCOIN_CRYPTO_HMAC_SHA256_H
-#include "crypto/sha256.h"
+#include <crypto/sha256.h>
#include <stdint.h>
#include <stdlib.h>
-/** A hasher class for HMAC-SHA-512. */
+/** A hasher class for HMAC-SHA-256. */
class CHMAC_SHA256
{
private: