diff options
author | lloyd <[email protected]> | 2008-10-13 20:05:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-13 20:05:51 +0000 |
commit | 0fe7514e9f8890f01405651e42b037602082f488 (patch) | |
tree | 970a35efc995d03b6009526a5fea641b2fe71b35 /src/kdf | |
parent | 99dfd438b2b244f0a8e5035608ea7a6cf6496132 (diff) |
Add trailing H__ to some header guards. Line wrap long comment.
Diffstat (limited to 'src/kdf')
-rw-r--r-- | src/kdf/tls_prf/prf_tls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kdf/tls_prf/prf_tls.h b/src/kdf/tls_prf/prf_tls.h index 9bd221ca4..e5ddc9c0f 100644 --- a/src/kdf/tls_prf/prf_tls.h +++ b/src/kdf/tls_prf/prf_tls.h @@ -3,8 +3,8 @@ * (C) 1999-2007 Jack Lloyd * *************************************************/ -#ifndef BOTAN_TLS_PRF__ -#define BOTAN_TLS_PRF__ +#ifndef BOTAN_TLS_PRF_H__ +#define BOTAN_TLS_PRF_H__ #include <botan/kdf.h> #include <botan/base.h> |