X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509v3%2Fv3conf.c;h=00cf5b4a5b2e6e9b150881769f14728934f605cc;hp=aca90b6d7b28df9038348e5631978b8ab101032d;hb=babb379849ffb4112792f266f92e9ebb2bd35332;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd diff --git a/crypto/x509v3/v3conf.c b/crypto/x509v3/v3conf.c index aca90b6d7b..00cf5b4a5b 100644 --- a/crypto/x509v3/v3conf.c +++ b/crypto/x509v3/v3conf.c @@ -59,11 +59,10 @@ #include #include "cryptlib.h" -#include "asn1.h" -#include "asn1_mac.h" -#include "conf.h" -#include "x509.h" -#include "x509v3.h" +#include +#include +#include +#include /* Test application to add extensions from a config file */ @@ -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"); }