소스 검색

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) ||


불러오는 중...
취소
저장