diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-04-10 19:42:06 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-04-10 19:42:06 +0200 |
commit | 2b3043e578f00a5071dfae40c237b86cc6d70c7e (patch) | |
tree | 2c7876ce55f85fcbbd58e980dee7ae474b24fe19 /src/protocols/ec25519_fhmqvc/handshake.h | |
parent | 4ab823eb500a8a63061eb23581e73ff9d8bffce1 (diff) | |
download | fastd-2b3043e578f00a5071dfae40c237b86cc6d70c7e.tar fastd-2b3043e578f00a5071dfae40c237b86cc6d70c7e.zip |
Use #pragma once
Diffstat (limited to 'src/protocols/ec25519_fhmqvc/handshake.h')
-rw-r--r-- | src/protocols/ec25519_fhmqvc/handshake.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/protocols/ec25519_fhmqvc/handshake.h b/src/protocols/ec25519_fhmqvc/handshake.h index 04eb571..867b0fa 100644 --- a/src/protocols/ec25519_fhmqvc/handshake.h +++ b/src/protocols/ec25519_fhmqvc/handshake.h @@ -24,8 +24,7 @@ */ -#ifndef _FASTD_PROTOCOL_EC25519_FHMQVC_HANDSHAKE_H_ -#define _FASTD_PROTOCOL_EC25519_FHMQVC_HANDSHAKE_H_ +#pragma once #include "ec25519_fhmqvc.h" @@ -51,5 +50,3 @@ static inline bool is_handshake_key_valid(fastd_context_t *ctx, const handshake_ static inline bool is_handshake_key_preferred(fastd_context_t *ctx, const handshake_key_t *handshake_key) { return !fastd_timed_out(ctx, &handshake_key->preferred_till); } - -#endif /* _FASTD_PROTOCOL_EC25519_FHMQVC_HANDSHAKE_H_ */ |