aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/pubkey/rfc6979/rfc6979.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pubkey/rfc6979/rfc6979.h b/src/lib/pubkey/rfc6979/rfc6979.h
index 1084fe623..6184d0dbb 100644
--- a/src/lib/pubkey/rfc6979/rfc6979.h
+++ b/src/lib/pubkey/rfc6979/rfc6979.h
@@ -5,8 +5,8 @@
* Distributed under the terms of the Botan license
*/
-#ifndef BOTAN_RFC6979_GENERATOR__
-#define BOTAN_RFC6979_GENERATOR__
+#ifndef BOTAN_RFC6979_GENERATOR_H__
+#define BOTAN_RFC6979_GENERATOR_H__
#include <botan/bigint.h>
#include <string>