X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Fpkcs12.c;h=a54555b46778df6414914445d762d627d5a4c674;hp=dd008c468ae0cfc31034c0aa6af812bd5ea66772;hb=667ac4ec6a9afb23a07dc7c695dbc5be0f2c83cd;hpb=bb325c7d6a724f66615965478d670456e1c922d2 diff --git a/apps/pkcs12.c b/apps/pkcs12.c index dd008c468a..a54555b467 100644 --- a/apps/pkcs12.c +++ b/apps/pkcs12.c @@ -86,6 +86,9 @@ int print_attribs(BIO *out, STACK_OF(X509_ATTRIBUTE) *attrlst, char *name); void hex_prin(BIO *out, unsigned char *buf, int len); int alg_print(BIO *x, X509_ALGOR *alg); int cert_load(BIO *in, STACK_OF(X509) *sk); + +int MAIN(int, char **); + int MAIN(int argc, char **argv) { char *infile=NULL, *outfile=NULL, *keyname = NULL;