diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-05-30 14:30:51 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-05-30 14:30:51 +0000 |
commit | 28e24c3349c41f3177c3bf295104a79089e3b9f8 (patch) | |
tree | 07801d56965915102c9af1f0a2b1700f4d959d60 /lib/libssl/ssl.h | |
parent | aa1cc81d3d6852fc247169c40d0183c505f71d8f (diff) |
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/ssl.h')
-rw-r--r-- | lib/libssl/ssl.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index ac2030a0a5e..45968ce16ab 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/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; |