diff options
author | lloyd <[email protected]> | 2010-02-16 18:21:10 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-16 18:21:10 +0000 |
commit | e30f46ad200bd724caf72ccbf74bc416e1612b47 (patch) | |
tree | 632a4060979b2459db16ce89d0ed3ae181885d1c /src/ssl/unix_socket | |
parent | 508ccf7deb5ae8acb05d3514067bf3d0cc504a62 (diff) |
Rename Policy to TLS_Policy.
Put TLS_ in all the header guards to reduce the odds of conflicts.
Diffstat (limited to 'src/ssl/unix_socket')
-rw-r--r-- | src/ssl/unix_socket/unx_sock.cpp | 2 | ||||
-rw-r--r-- | src/ssl/unix_socket/unx_sock.h | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/ssl/unix_socket/unx_sock.cpp b/src/ssl/unix_socket/unx_sock.cpp index fd99e9015..ca4d476b7 100644 --- a/src/ssl/unix_socket/unx_sock.cpp +++ b/src/ssl/unix_socket/unx_sock.cpp @@ -1,5 +1,5 @@ /** -* Unix Socket Source File +* Unix Socket * (C) 2004-2006 Jack Lloyd * * Released under the terms of the Botan license diff --git a/src/ssl/unix_socket/unx_sock.h b/src/ssl/unix_socket/unx_sock.h index 91c70ce80..c1ff53ae3 100644 --- a/src/ssl/unix_socket/unx_sock.h +++ b/src/ssl/unix_socket/unx_sock.h @@ -1,12 +1,12 @@ -/** -* Unix Socket Header File +/* +* Unix Socket * (C) 2004-2006 Jack Lloyd * * Released under the terms of the Botan license */ -#ifndef BOTAN_UNIX_SOCKET_H__ -#define BOTAN_UNIX_SOCKET_H__ +#ifndef BOTAN_TLS_SOCKET_UNIX_H__ +#define BOTAN_TLS_SOCKET_UNIX_H__ #include <botan/socket.h> |