From ab0bd62b14797cb46e016a0e3470b3ff213e8ddf Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 6 Apr 2012 02:07:29 +0900 Subject: [PATCH] Changed SPDYLAY_ERR_CREDENTIAL_PENDING code --- lib/spdylay_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spdylay_int.h b/lib/spdylay_int.h index de030de..02fcd69 100644 --- a/lib/spdylay_int.h +++ b/lib/spdylay_int.h @@ -38,7 +38,7 @@ typedef int (*spdylay_compar)(const void *lhs, const void *rhs); /* Internal error code. They must be in the range [-499, -100], inclusive. */ typedef enum { - SPDYLAY_ERR_CREDENTIAL_PENDING = -100 + SPDYLAY_ERR_CREDENTIAL_PENDING = -101 } spdylay_internal_error; #endif /* SPDYLAY_INT_H */