From ba61c470e6ba3f9231e5b9c7cbae5b3deb2039bf Mon Sep 17 00:00:00 2001 From: kokke Date: Sun, 5 Nov 2017 00:18:08 +0100 Subject: [PATCH] Update ecdh.h --- ecdh.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ecdh.h b/ecdh.h index 3970f06..85ef4c4 100644 --- a/ecdh.h +++ b/ecdh.h @@ -36,8 +36,8 @@ https://www.ietf.org/rfc/rfc4492.txt */ -#ifndef _ECC_H__ -#define _ECC_H__ +#ifndef _ECDH_H__ +#define _ECDH_H__ /* for size-annotated integer types: uint8_t, uint32_t etc. */ @@ -95,5 +95,5 @@ int ecdh_shared_secret(const uint8_t* private, const uint8_t* other_pub, uint8_t /******************************************************************************/ -#endif /* #ifndef _ECC_H__ */ +#endif /* #ifndef _ECDH_H__ */