aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/or_handshake_state_st.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/or_handshake_state_st.h')
-rw-r--r--src/core/or/or_handshake_state_st.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/core/or/or_handshake_state_st.h b/src/core/or/or_handshake_state_st.h
index 09a8a34179..050404046d 100644
--- a/src/core/or/or_handshake_state_st.h
+++ b/src/core/or/or_handshake_state_st.h
@@ -1,9 +1,14 @@
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
- * Copyright (c) 2007-2019, The Tor Project, Inc. */
+ * Copyright (c) 2007-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * @file or_handshake_state_st.h
+ * @brief OR handshake state structure
+ **/
+
#ifndef OR_HANDSHAKE_STATE_ST
#define OR_HANDSHAKE_STATE_ST
@@ -74,5 +79,4 @@ struct or_handshake_state_t {
or_handshake_certs_t *certs;
};
-#endif
-
+#endif /* !defined(OR_HANDSHAKE_STATE_ST) */