このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
kris
/
httperf
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Fix a bug that ignored the --ssl-protocol parameter
master
Muzaffar Auhammud
6年前
親
b6d6b5f19c
コミット
e57dfc478b
1個のファイルの変更
、
2行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-0
src/httperf.c
+ 2
- 0
src/httperf.c
ファイルの表示
@@ -668,6 +668,8 @@ main(int argc, char **argv)
param.ssl_ca_path = optarg;
else if (flag == ¶m.ssl_protocol)
{
param.use_ssl = 1;
if (strcasecmp (optarg, "auto") == 0)
param.ssl_protocol = 0;
#ifndef OPENSSL_NO_SSL2
書き込み
プレビュー
読み込み中…
キャンセル
保存