first static ECDH suite

This commit is contained in:
toddouska
2012-05-03 08:18:59 -07:00
parent 225fba5c8d
commit a54f51d886
6 changed files with 159 additions and 17 deletions

View File

@@ -1599,7 +1599,7 @@ static int GetValidity(DecodedCert* cert, int verify)
}
static int DecodeToKey(DecodedCert* cert, int verify)
int DecodeToKey(DecodedCert* cert, int verify)
{
int badDate = 0;
int ret;