diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/i2d_s_pu.c')
-rw-r--r-- | src/lib/libcrypto/asn1/i2d_s_pu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/i2d_s_pu.c b/src/lib/libcrypto/asn1/i2d_s_pu.c index 18f790f746..ca7f251b71 100644 --- a/src/lib/libcrypto/asn1/i2d_s_pu.c +++ b/src/lib/libcrypto/asn1/i2d_s_pu.c | |||
@@ -121,7 +121,7 @@ int i2d_DSAPublicKey(DSA *a, unsigned char **pp) | |||
121 | bs.length=BN_bn2bin(num[i],bs.data); | 121 | bs.length=BN_bn2bin(num[i],bs.data); |
122 | i2d_ASN1_INTEGER(&bs,&p); | 122 | i2d_ASN1_INTEGER(&bs,&p); |
123 | } | 123 | } |
124 | Free((char *)bs.data); | 124 | Free(bs.data); |
125 | *pp=p; | 125 | *pp=p; |
126 | if(all) return(t); | 126 | if(all) return(t); |
127 | else return(tot); | 127 | else return(tot); |