diff options
author | 2014-05-30 14:30:50 +0000 | |
---|---|---|
committer | 2014-05-30 14:30:50 +0000 | |
commit | 1b294d8e2fcbdb25d1f046b2cbb9cbb644d23597 (patch) | |
tree | 2b58d1129172016074a403c60651f50bc02be631 /lib/libssl/src/ssl/ssl.h | |
parent | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and (diff) | |
download | wireguard-openbsd-1b294d8e2fcbdb25d1f046b2cbb9cbb644d23597.tar.xz wireguard-openbsd-1b294d8e2fcbdb25d1f046b2cbb9cbb644d23597.zip |
remove some #if 0 code. we don't need any more reminders that we're using
a not quite appropriate data structure. ok jsing
Diffstat (limited to 'lib/libssl/src/ssl/ssl.h')
-rw-r--r-- | lib/libssl/src/ssl/ssl.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libssl/src/ssl/ssl.h b/lib/libssl/src/ssl/ssl.h index ac2030a0a5e..45968ce16ab 100644 --- a/lib/libssl/src/ssl/ssl.h +++ b/lib/libssl/src/ssl/ssl.h @@ -827,11 +827,6 @@ struct ssl_ctx_st { X509_VERIFY_PARAM *param; -#if 0 - int purpose; /* Purpose setting */ - int trust; /* Trust setting */ -#endif - int quiet_shutdown; /* Maximum amount of data to send in one fragment. @@ -1109,11 +1104,6 @@ struct ssl_st { X509_VERIFY_PARAM *param; -#if 0 - int purpose; /* Purpose setting */ - int trust; /* Trust setting */ -#endif - /* crypto */ STACK_OF(SSL_CIPHER) *cipher_list; STACK_OF(SSL_CIPHER) *cipher_list_by_id; |