diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index fd01ac9806..0c5d76bc23 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
| @@ -611,12 +611,6 @@ struct ssl_session_st { | |||
| 611 | * TLS only.) "Released" buffers are put onto a free-list in the context | 611 | * TLS only.) "Released" buffers are put onto a free-list in the context |
| 612 | * or just freed (depending on the context's setting for freelist_max_len). */ | 612 | * or just freed (depending on the context's setting for freelist_max_len). */ |
| 613 | #define SSL_MODE_RELEASE_BUFFERS 0x00000010L | 613 | #define SSL_MODE_RELEASE_BUFFERS 0x00000010L |
| 614 | /* Send the current time in the Random fields of the ClientHello and | ||
| 615 | * ServerHello records for compatibility with hypothetical implementations | ||
| 616 | * that require it. | ||
| 617 | */ | ||
| 618 | #define SSL_MODE_SEND_CLIENTHELLO_TIME 0x00000020L | ||
| 619 | #define SSL_MODE_SEND_SERVERHELLO_TIME 0x00000040L | ||
| 620 | 614 | ||
| 621 | /* Note: SSL[_CTX]_set_{options,mode} use |= op on the previous value, | 615 | /* Note: SSL[_CTX]_set_{options,mode} use |= op on the previous value, |
| 622 | * they cannot be used to clear bits. */ | 616 | * they cannot be used to clear bits. */ |
