Version skew reduction.

This commit is contained in:
Ben Laurie 2012-06-06 12:41:46 +00:00
parent 6fba65e20d
commit ff46820da6
4 changed files with 6 additions and 5 deletions

View File

@ -185,6 +185,7 @@ int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off)
nid = EC_GROUP_get_curve_name(x);
if (nid == 0)
goto err;
if (BIO_printf(bp, "ASN1 OID: %s", OBJ_nid2sn(nid)) <= 0)
goto err;
if (BIO_printf(bp, "\n") <= 0)

View File

@ -39,8 +39,7 @@ my @xrkeys = keys %xref_tbl;
my @srt1 = sort { $oid_tbl{$a} <=> $oid_tbl{$b}} @xrkeys;
my $i;
for($i = 0; $i <= $#srt1; $i++)
for(my $i = 0; $i <= $#srt1; $i++)
{
$xref_tbl{$srt1[$i]}[2] = $i;
}

View File

@ -1263,6 +1263,7 @@ int ssl3_get_server_certificate(SSL *s)
#endif
ret=1;
if (0)
{
f_err: