X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509v3%2Fv3_int.c;h=7c69dd07407825a43d9f17a6ea21c9a1bf52debd;hp=03b1c2539a6d5baffb111c5a771f887f652d3d64;hb=6b691a5c85ddc4e407e32781841fee5c029506cd;hpb=3edd7ed15de229230f74c79c3d71e7c9c674cf4f diff --git a/crypto/x509v3/v3_int.c b/crypto/x509v3/v3_int.c index 03b1c2539a..7c69dd0740 100644 --- a/crypto/x509v3/v3_int.c +++ b/crypto/x509v3/v3_int.c @@ -72,7 +72,7 @@ i2d_ASN1_INTEGER, NULL, NULL, NULL, NULL, NULL}; -static ASN1_INTEGER *asn1_integer_new() +static ASN1_INTEGER *asn1_integer_new(void) { return ASN1_INTEGER_new(); }