diff options
author | djm <> | 2009-01-09 12:14:08 +0000 |
---|---|---|
committer | djm <> | 2009-01-09 12:14:08 +0000 |
commit | fdf9113d3582e152f49094152c69cf4fc2313cea (patch) | |
tree | f4ffce3b31816b285b9a3a6c153e63bf437e6d1b /src/lib/libcrypto/x509v3/v3_asid.c | |
parent | eb31e19ff683f462ecfa1aae307aa7c98f6d682b (diff) | |
download | openbsd-fdf9113d3582e152f49094152c69cf4fc2313cea.tar.gz openbsd-fdf9113d3582e152f49094152c69cf4fc2313cea.tar.bz2 openbsd-fdf9113d3582e152f49094152c69cf4fc2313cea.zip |
import openssl-0.9.8j
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_asid.c')
-rw-r--r-- | src/lib/libcrypto/x509v3/v3_asid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_asid.c b/src/lib/libcrypto/x509v3/v3_asid.c index 271930f967..abd497ed1f 100644 --- a/src/lib/libcrypto/x509v3/v3_asid.c +++ b/src/lib/libcrypto/x509v3/v3_asid.c | |||
@@ -466,7 +466,7 @@ static int ASIdentifierChoice_canonize(ASIdentifierChoice *choice) | |||
466 | break; | 466 | break; |
467 | } | 467 | } |
468 | ASIdOrRange_free(b); | 468 | ASIdOrRange_free(b); |
469 | sk_ASIdOrRange_delete(choice->u.asIdsOrRanges, i + 1); | 469 | (void)sk_ASIdOrRange_delete(choice->u.asIdsOrRanges, i + 1); |
470 | i--; | 470 | i--; |
471 | continue; | 471 | continue; |
472 | } | 472 | } |