summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/asn1/i2d_dhp.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/asn1/i2d_dhp.c')
-rw-r--r--crypto/openssl/crypto/asn1/i2d_dhp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/asn1/i2d_dhp.c b/crypto/openssl/crypto/asn1/i2d_dhp.c
index fdda4ec..61eeb64 100644
--- a/crypto/openssl/crypto/asn1/i2d_dhp.c
+++ b/crypto/openssl/crypto/asn1/i2d_dhp.c
@@ -118,7 +118,7 @@ int i2d_DHparams(DH *a, unsigned char **pp)
bs.length=BN_bn2bin(num[i],bs.data);
i2d_ASN1_INTEGER(&bs,&p);
}
- Free((char *)bs.data);
+ Free(bs.data);
ret=t;
err:
if (num[2] != NULL) BN_free(num[2]);
OpenPOWER on IntegriCloud