summaryrefslogtreecommitdiff
path: root/src/common/command-id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/command-id.h')
-rw-r--r--src/common/command-id.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/command-id.h b/src/common/command-id.h
index e154e1a..1657e27 100644
--- a/src/common/command-id.h
+++ b/src/common/command-id.h
@@ -25,7 +25,9 @@ namespace CCHECKER {
enum class CommandId : int {
CC_OCSP_SYN = 0x01,
- CC_OCSP_ACK = 0x02
+ CC_OCSP_ACK = 0x02,
+
+ CC_OCSP_ERR = -0x01
};
} // namespace CCHECKER