Changed SPDYLAY_ERR_CREDENTIAL_PENDING code

This commit is contained in:
Tatsuhiro Tsujikawa 2012-04-06 02:07:29 +09:00
parent a5c7301f4b
commit ab0bd62b14
1 changed files with 1 additions and 1 deletions

View File

@ -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], /* Internal error code. They must be in the range [-499, -100],
inclusive. */ inclusive. */
typedef enum { typedef enum {
SPDYLAY_ERR_CREDENTIAL_PENDING = -100 SPDYLAY_ERR_CREDENTIAL_PENDING = -101
} spdylay_internal_error; } spdylay_internal_error;
#endif /* SPDYLAY_INT_H */ #endif /* SPDYLAY_INT_H */