diff options
author | tedu <> | 2014-05-30 14:30:50 +0000 |
---|---|---|
committer | tedu <> | 2014-05-30 14:30:50 +0000 |
commit | d970fd597dc43c71716f5ce1db8f102515a73ad8 (patch) | |
tree | cbf937e75b5dc1f5e8f2452d45ad4d6942a9b1d4 /src/lib/libssl/ssl.h | |
parent | d7bb67cc99974281f55641afa52a0f9e8f1ff938 (diff) | |
download | openbsd-d970fd597dc43c71716f5ce1db8f102515a73ad8.tar.gz openbsd-d970fd597dc43c71716f5ce1db8f102515a73ad8.tar.bz2 openbsd-d970fd597dc43c71716f5ce1db8f102515a73ad8.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 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index ac2030a0a5..45968ce16a 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -827,11 +827,6 @@ struct ssl_ctx_st { | |||
827 | 827 | ||
828 | X509_VERIFY_PARAM *param; | 828 | X509_VERIFY_PARAM *param; |
829 | 829 | ||
830 | #if 0 | ||
831 | int purpose; /* Purpose setting */ | ||
832 | int trust; /* Trust setting */ | ||
833 | #endif | ||
834 | |||
835 | int quiet_shutdown; | 830 | int quiet_shutdown; |
836 | 831 | ||
837 | /* Maximum amount of data to send in one fragment. | 832 | /* Maximum amount of data to send in one fragment. |
@@ -1109,11 +1104,6 @@ struct ssl_st { | |||
1109 | 1104 | ||
1110 | X509_VERIFY_PARAM *param; | 1105 | X509_VERIFY_PARAM *param; |
1111 | 1106 | ||
1112 | #if 0 | ||
1113 | int purpose; /* Purpose setting */ | ||
1114 | int trust; /* Trust setting */ | ||
1115 | #endif | ||
1116 | |||
1117 | /* crypto */ | 1107 | /* crypto */ |
1118 | STACK_OF(SSL_CIPHER) *cipher_list; | 1108 | STACK_OF(SSL_CIPHER) *cipher_list; |
1119 | STACK_OF(SSL_CIPHER) *cipher_list_by_id; | 1109 | STACK_OF(SSL_CIPHER) *cipher_list_by_id; |