As ftruncate is not availabe on all platforms, switch back to
[oweals/openssl.git] / crypto / asn1 / a_vis.c
index 3bc3d79f5d3e84f0be9186d6ab5f6f33a914a556..5cfc080bec31ac5ee2e03c3ff73ada4ca9fbbba4 100644 (file)
@@ -64,7 +64,7 @@ ASN1_VISIBLESTRING *ASN1_VISIBLESTRING_new(void)
 { return M_ASN1_VISIBLESTRING_new(); }
 
 void ASN1_VISIBLESTRING_free(ASN1_VISIBLESTRING *x)
-{ return M_ASN1_VISIBLESTRING_free(x); }
+{ M_ASN1_VISIBLESTRING_free(x); }
 
 int i2d_ASN1_VISIBLESTRING(ASN1_VISIBLESTRING *a, unsigned char **pp)
        {