Type-checked (and modern C compliant) OBJ_bsearch.
[openssl.git] / crypto / x509v3 / v3conf.c
index 21cf746f459c51908d2be6db319de089ddc34007..00cf5b4a5b2e6e9b150881769f14728934f605cc 100644 (file)
@@ -60,7 +60,6 @@
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/asn1.h>
-#include <openssl/asn1_mac.h>
 #include <openssl/conf.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
@@ -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");
                
        }