More work on network membership certs, and it builds now. Still in heavy development.

This commit is contained in:
Adam Ierymenko 2013-07-29 17:11:00 -04:00
parent 439e602d5a
commit e4c5ad9f43
6 changed files with 95 additions and 18 deletions

View file

@ -537,10 +537,7 @@ public:
ERROR_UNSUPPORTED_OPERATION = 6,
/* Message to private network rejected -- no unexpired certificate on file */
ERROR_NO_MEMBER_CERTIFICATE_ON_FILE = 7,
/* Membership certificate no longer qualified for membership in network */
ERROR_MEMBER_CERTIFICATE_UNQUALIFIED = 8
ERROR_NO_MEMBER_CERTIFICATE = 7
};
/**