diff options
Diffstat (limited to 'src/lib/libressl/ressl.h')
| -rw-r--r-- | src/lib/libressl/ressl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libressl/ressl.h b/src/lib/libressl/ressl.h index d4962f358b..10e3dc85ed 100644 --- a/src/lib/libressl/ressl.h +++ b/src/lib/libressl/ressl.h | |||
| @@ -17,6 +17,9 @@ | |||
| 17 | #ifndef HEADER_RESSL_H | 17 | #ifndef HEADER_RESSL_H |
| 18 | #define HEADER_RESSL_H | 18 | #define HEADER_RESSL_H |
| 19 | 19 | ||
| 20 | #define RESSL_READ_AGAIN -2 | ||
| 21 | #define RESSL_WRITE_AGAIN -3 | ||
| 22 | |||
| 20 | struct ressl; | 23 | struct ressl; |
| 21 | struct ressl_config; | 24 | struct ressl_config; |
| 22 | 25 | ||
