Removed old stuff.

FossilOrigin-Name: b5d2deb2517782e1f898567a1671a269a06f1ae327c09ad9299d3d57854db842
This commit is contained in:
7u83@mail.ru 2016-03-21 19:12:27 +00:00
parent 9aaa12a504
commit d5c3949bbf
1 changed files with 2 additions and 7 deletions

View File

@ -294,11 +294,6 @@ CW_MSG_MAXMSG = 26
*/ */
/* AC Security flags for authentication */
#define CW_FLAG_AC_SECURITY_R 1 /* Reserved */
#define CW_FLAG_AC_SECURITY_X 2 /* X.509 */
#define CW_FLAG_AC_SECURITY_S 4 /* DTLS psk */
#define CW_FLAG_RMAC_RESERVED 0 #define CW_FLAG_RMAC_RESERVED 0
#define CW_FLAG_RMAC_SUPPORTED 1 #define CW_FLAG_RMAC_SUPPORTED 1
@ -383,9 +378,9 @@ CW_MSG_MAXMSG = 26
* @{ * @{
*/ */
/** X.509 Support */ /** X.509 Support */
#define AC_SECURITY_X 2 #define CW_FLAG_AC_SECURITY_X 2
/* PSK Support */ /* PSK Support */
#define AC_SECURITY_S 4 #define CW_FLAG_AC_SECURITY_S 4
/** /**
* @} * @}
*/ */