Merge branch 'master' of github.com:cyassl/cyassl

This commit is contained in:
toddouska 2013-03-15 13:17:58 -07:00
commit 0bcaf12bf4
1 changed files with 4 additions and 4 deletions

View File

@ -71,10 +71,10 @@
#ifndef TRUE
enum {
FALSE = 0,
TRUE = 1
};
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif