aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
diff options
context:
space:
mode:
authorNuno Goncalves <[email protected]>2019-06-15 18:30:43 +0200
committerNuno Goncalves <[email protected]>2019-10-14 15:59:38 +0200
commitbbad5e1eadff2f985fbc4b905eedb83017c8116e (patch)
treed01fd9e4137e5438f97a3062e19b1f251a200e20 /src/lib/utils
parent63fa712b5ba091d281be178bcdc5dce592c92233 (diff)
Add roughtime protocol
Signed-off-by: Nuno Goncalves <[email protected]>
Diffstat (limited to 'src/lib/utils')
-rw-r--r--src/lib/utils/exceptn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/utils/exceptn.h b/src/lib/utils/exceptn.h
index 0259a225b..442ec91e6 100644
--- a/src/lib/utils/exceptn.h
+++ b/src/lib/utils/exceptn.h
@@ -53,6 +53,8 @@ enum class ErrorType {
HttpError,
/** A message with an invalid authentication tag was detected */
InvalidTag,
+ /** An error during Roughtime validation */
+ RoughtimeError,
/** An error when calling OpenSSL */
OpenSSLError = 200,