commit | 40e46940df33ecf9dfb3507affb25a5f10301b3c | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sat Jan 03 21:51:57 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sat Jan 03 21:51:57 2009 +0000 |
tree | 2d970e39f6cec264099b1a705b8adf2704d51c05 | |
parent | 8e831edc2467e7b97e6dba109e46adec632925d0 [diff] [blame] |
- First replacement of xyssl by polarssl where needed
diff --git a/include/polarssl/sha1.h b/include/polarssl/sha1.h index 7d44c67..5748fa4 100644 --- a/include/polarssl/sha1.h +++ b/include/polarssl/sha1.h
@@ -1,8 +1,8 @@ /** * \file sha1.h */ -#ifndef XYSSL_SHA1_H -#define XYSSL_SHA1_H +#ifndef POLARSSL_SHA1_H +#define POLARSSL_SHA1_H /** * \brief SHA-1 context structure