X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fasn1%2Fa_bmp.c;h=d9ac5a0475bb120b1289c0c37019a811f94089b2;hb=3cf4f5d05eb90edcbe71f20fafd2721ebcf0c72e;hp=eba61a77479236ded9c3f4281ae770b4a7e8bd6e;hpb=08e9c1af6c26f74ef7f7524be4b89241ff232a8c;p=openssl.git diff --git a/crypto/asn1/a_bmp.c b/crypto/asn1/a_bmp.c index eba61a7747..d9ac5a0475 100644 --- a/crypto/asn1/a_bmp.c +++ b/crypto/asn1/a_bmp.c @@ -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) {