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

This commit is contained in:
toddouska
2013-03-15 13:17:58 -07:00

View File

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