diff options
Diffstat (limited to 'src/crypto/chacha20poly1305.h')
-rw-r--r-- | src/crypto/chacha20poly1305.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/crypto/chacha20poly1305.h b/src/crypto/chacha20poly1305.h index 89701e4..c8885e0 100644 --- a/src/crypto/chacha20poly1305.h +++ b/src/crypto/chacha20poly1305.h @@ -1,7 +1,7 @@ /* Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ -#ifndef CHACHA20POLY1305_H -#define CHACHA20POLY1305_H +#ifndef _WG_CHACHA20POLY1305_H +#define _WG_CHACHA20POLY1305_H #include <linux/types.h> @@ -85,4 +85,4 @@ static inline void chacha20poly1305_deinit_simd(bool was_on) bool chacha20poly1305_selftest(void); #endif -#endif +#endif /* _WG_CHACHA20POLY1305_H */ |