Add manual pages for certficate/key loading and friends.
[openssl.git] / crypto / asn1 / a_bmp.c
index eba61a77479236ded9c3f4281ae770b4a7e8bd6e..d9ac5a0475bb120b1289c0c37019a811f94089b2 100644 (file)
@@ -64,7 +64,7 @@ ASN1_BMPSTRING *ASN1_BMPSTRING_new(void)
 { return M_ASN1_BMPSTRING_new(); }
 
 void ASN1_BMPSTRING_free(ASN1_BMPSTRING *x)
-{ return M_ASN1_BMPSTRING_free(x); }
+{ M_ASN1_BMPSTRING_free(x); }
 
 int i2d_ASN1_BMPSTRING(ASN1_BMPSTRING *a, unsigned char **pp)
        {