Skip to content

Commit a2b5706

Browse files
committed
Use original sign and verify functions as default
1 parent 20db745 commit a2b5706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/BearSSLClient.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ BearSSLClient::BearSSLClient(Client* client, const br_x509_trust_anchor* myTAs,
4747
_noSNI(false),
4848
_ecChainLen(0)
4949
{
50-
_ecVrfy = br_ecdsa_vrfy_asn1_get_default();
51-
_ecSign = br_ecdsa_sign_asn1_get_default();
50+
_ecVrfy = eccX08_vrfy_asn1;
51+
_ecSign = eccX08_sign_asn1;
5252

5353
_ecKey.curve = 0;
5454
_ecKey.x = NULL;

0 commit comments

Comments
 (0)