Update ecdh.h

This commit is contained in:
kokke
2017-11-05 00:18:08 +01:00
committed by GitHub
parent f4f38075aa
commit ba61c470e6

6
ecdh.h
View File

@@ -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__ */