diff options
Diffstat (limited to 'src/lib/pubkey/ecdh/ecdh.h')
-rw-r--r-- | src/lib/pubkey/ecdh/ecdh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pubkey/ecdh/ecdh.h b/src/lib/pubkey/ecdh/ecdh.h index 630917969..6ae155bc4 100644 --- a/src/lib/pubkey/ecdh/ecdh.h +++ b/src/lib/pubkey/ecdh/ecdh.h @@ -7,8 +7,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ECDH_KEY_H__ -#define BOTAN_ECDH_KEY_H__ +#ifndef BOTAN_ECDH_KEY_H_ +#define BOTAN_ECDH_KEY_H_ #include <botan/ecc_key.h> |