ソースを参照

Fix build.

Forgot to mark something static.

Change-Id: I497075d0ad27e2062f84528fb568b333e72a7d3b
Reviewed-on: https://boringssl-review.googlesource.com/7753
Reviewed-by: David Benjamin <davidben@google.com>
kris/onging/CECPQ3_patch15
David Benjamin 8年前
コミット
f040d3c7e1
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      crypto/obj/obj_test.cc

+ 1
- 1
crypto/obj/obj_test.cc ファイルの表示

@@ -68,7 +68,7 @@ static bool TestBasic() {
return true;
}

bool TestSignatureAlgorithms() {
static bool TestSignatureAlgorithms() {
int digest_nid, pkey_nid;
if (!OBJ_find_sigid_algs(NID_sha256WithRSAEncryption, &digest_nid,
&pkey_nid) ||


読み込み中…
キャンセル
保存