X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509v3%2Fv3conf.c;h=00cf5b4a5b2e6e9b150881769f14728934f605cc;hp=21cf746f459c51908d2be6db319de089ddc34007;hb=e9746e03ee222b0123ac118f8952e161e7d48a2d;hpb=ec577822f95a8bca0023c5c77cef1a4916822d4a diff --git a/crypto/x509v3/v3conf.c b/crypto/x509v3/v3conf.c index 21cf746f45..00cf5b4a5b 100644 --- a/crypto/x509v3/v3conf.c +++ b/crypto/x509v3/v3conf.c @@ -60,7 +60,6 @@ #include #include "cryptlib.h" #include -#include #include #include #include @@ -119,7 +118,7 @@ int main(int argc, char **argv) printf("%s", OBJ_nid2ln(OBJ_obj2nid(ext->object))); if(ext->critical) printf(",critical:\n"); else printf(":\n"); - X509V3_EXT_print_fp(stdout, ext, 0); + X509V3_EXT_print_fp(stdout, ext, 0, 0); printf("\n"); }