X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=tools%2Fbrssl.h;h=cd67399d26a54c8b4a1ec442b0d03262ec03f1b3;hp=c47a026fef5e2db4857875ad290cb04a2655d045;hb=af9c79a0710a45361f9ae4313f8bb5bf738c3b7a;hpb=93681c283077b838ddfc5e276238640c9ed62343;ds=sidebyside diff --git a/tools/brssl.h b/tools/brssl.h index c47a026..cd67399 100644 --- a/tools/brssl.h +++ b/tools/brssl.h @@ -546,4 +546,10 @@ int do_chain(int argc, char *argv[]); */ int do_twrch(int argc, char *argv[]); +/* + * Do the "impl" command. Returned value is 0 on success, -1 on failure. + * Command-line arguments start _after_ the command name. + */ +int do_impl(int argc, char *argv[]); + #endif