aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/crypto_digest.h')
-rw-r--r--src/common/crypto_digest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/crypto_digest.h b/src/common/crypto_digest.h
index 3bd74acdfa..25ca5ceda7 100644
--- a/src/common/crypto_digest.h
+++ b/src/common/crypto_digest.h
@@ -1,7 +1,7 @@
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
- * Copyright (c) 2007-2017, The Tor Project, Inc. */
+ * Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
@@ -15,8 +15,8 @@
#include <stdio.h>
-#include "container.h"
-#include "torint.h"
+#include "common/container.h"
+#include "common/torint.h"
/** Length of the output of our message digest. */
#define DIGEST_LEN 20