diff options
| author | miod <> | 2014-04-23 19:01:50 +0000 |
|---|---|---|
| committer | miod <> | 2014-04-23 19:01:50 +0000 |
| commit | 05fb7266a00886e0ac003a3d017b9754a08297c1 (patch) | |
| tree | 319c5d8650ad0bbe12d5c51593577ba738a7cc6c /src/lib/libssl/src | |
| parent | a28fe124044c46c1ef0661496be89dfe096f0f49 (diff) | |
| download | openbsd-05fb7266a00886e0ac003a3d017b9754a08297c1.tar.gz openbsd-05fb7266a00886e0ac003a3d017b9754a08297c1.tar.bz2 openbsd-05fb7266a00886e0ac003a3d017b9754a08297c1.zip | |
Remove duplicate pointer assignment in ASN1_primitive_free(); Dirk Engling
Diffstat (limited to 'src/lib/libssl/src')
| -rw-r--r-- | src/lib/libssl/src/crypto/asn1/tasn_fre.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libssl/src/crypto/asn1/tasn_fre.c b/src/lib/libssl/src/crypto/asn1/tasn_fre.c index 9e6e7579f1..c5e6774582 100644 --- a/src/lib/libssl/src/crypto/asn1/tasn_fre.c +++ b/src/lib/libssl/src/crypto/asn1/tasn_fre.c | |||
| @@ -247,7 +247,6 @@ ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) | |||
| 247 | 247 | ||
| 248 | default: | 248 | default: |
| 249 | ASN1_STRING_free((ASN1_STRING *)*pval); | 249 | ASN1_STRING_free((ASN1_STRING *)*pval); |
| 250 | *pval = NULL; | ||
| 251 | break; | 250 | break; |
| 252 | } | 251 | } |
| 253 | *pval = NULL; | 252 | *pval = NULL; |
