diff options
author | lloyd <[email protected]> | 2014-07-03 12:29:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-07-03 12:29:41 +0000 |
commit | 28726b93b0b9ae221f54ab7cc297d09a9af6843a (patch) | |
tree | 23e7381399d1231e463d12a92cd9113e1052192c /src | |
parent | 91c8a2cbae4486f4988eda6ae5b7cb2497285346 (diff) |
Fix header guard for amalgamation
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/pubkey/rfc6979/rfc6979.h | 4 |
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> |