diff options
Diffstat (limited to 'src/lib/stream/rc4')
-rw-r--r-- | src/lib/stream/rc4/rc4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/stream/rc4/rc4.h b/src/lib/stream/rc4/rc4.h index 5d6ce520e..796e8d9f9 100644 --- a/src/lib/stream/rc4/rc4.h +++ b/src/lib/stream/rc4/rc4.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_RC4_H__ -#define BOTAN_RC4_H__ +#ifndef BOTAN_RC4_H_ +#define BOTAN_RC4_H_ #include <botan/stream_cipher.h> #include <botan/types.h> |