Mercurial > trustbridge
comparison common/errorcodes.h @ 68:8ffbb48528ae
Add certificate installation for windows
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 18 Mar 2014 18:28:15 +0000 |
parents | fb9f78f7ab2f |
children | 80ab2168760f |
comparison
equal
deleted
inserted
replaced
67:1bf41957418f | 68:8ffbb48528ae |
---|---|
9 #define ERR_INVALID_SIGNATURE 4 | 9 #define ERR_INVALID_SIGNATURE 4 |
10 /* No instructions */ | 10 /* No instructions */ |
11 #define ERR_NO_INSTRUCTIONS 5 | 11 #define ERR_NO_INSTRUCTIONS 5 |
12 /* Instructions not valid (certs not part of certificate list) */ | 12 /* Instructions not valid (certs not part of certificate list) */ |
13 #define ERR_INVALID_INSTRUCTIONS 6 | 13 #define ERR_INVALID_INSTRUCTIONS 6 |
14 /* Failed to access specified store */ | |
15 #define ERR_STORE_ACCESS_DENIED 7 | |
16 /* Failed to add certificate to store */ | |
17 #define ERR_STORE_ADD_FAILURE 7 | |
14 | 18 |
15 #endif | 19 #endif |