summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortedu <>2014-04-19 16:12:39 +0000
committertedu <>2014-04-19 16:12:39 +0000
commitfe97a6f3e07e409fb9012b8b36fc55f7d53bf836 (patch)
tree1429751e6a2f256327b04253346d24899fd8791e /src
parent33436fc594a42c806061d0bd0a84a2edcc27aab4 (diff)
downloadopenbsd-fe97a6f3e07e409fb9012b8b36fc55f7d53bf836.tar.gz
openbsd-fe97a6f3e07e409fb9012b8b36fc55f7d53bf836.tar.bz2
openbsd-fe97a6f3e07e409fb9012b8b36fc55f7d53bf836.zip
can't actually do this. cause unknown.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/asn1/tasn_dec.c2
-rw-r--r--src/lib/libssl/src/crypto/asn1/tasn_dec.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/tasn_dec.c b/src/lib/libcrypto/asn1/tasn_dec.c
index be37ac0c96..66f039806e 100644
--- a/src/lib/libcrypto/asn1/tasn_dec.c
+++ b/src/lib/libcrypto/asn1/tasn_dec.c
@@ -173,7 +173,7 @@ ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
173 return 0; 173 return 0;
174 174
175 /* always start fresh */ 175 /* always start fresh */
176 if (*pval) { 176 if (0 && *pval) {
177 ASN1_item_ex_free(pval, it); 177 ASN1_item_ex_free(pval, it);
178 *pval = NULL; 178 *pval = NULL;
179 } 179 }
diff --git a/src/lib/libssl/src/crypto/asn1/tasn_dec.c b/src/lib/libssl/src/crypto/asn1/tasn_dec.c
index be37ac0c96..66f039806e 100644
--- a/src/lib/libssl/src/crypto/asn1/tasn_dec.c
+++ b/src/lib/libssl/src/crypto/asn1/tasn_dec.c
@@ -173,7 +173,7 @@ ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
173 return 0; 173 return 0;
174 174
175 /* always start fresh */ 175 /* always start fresh */
176 if (*pval) { 176 if (0 && *pval) {
177 ASN1_item_ex_free(pval, it); 177 ASN1_item_ex_free(pval, it);
178 *pval = NULL; 178 *pval = NULL;
179 } 179 }