diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-18 06:20:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-18 06:20:43 +0000 |
commit | bd3d5a17b49dfdb9029376961f429a21dd045af4 (patch) | |
tree | 30328541870aafd03e3533ba52c8005af883dc5c /include | |
parent | d4b577114bcc1c0ddde3174a82177188d76c4b71 (diff) |
Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the
mailing list.
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 409256246..ef7129856 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -173,6 +173,8 @@ typedef enum { CURLINFO_HEADER_OUT, /* 2 */ CURLINFO_DATA_IN, /* 3 */ CURLINFO_DATA_OUT, /* 4 */ + CURLINFO_SSL_DATA_IN, /* 5 */ + CURLINFO_SSL_DATA_OUT, /* 6 */ CURLINFO_END } curl_infotype; |