From a2ffbdfd1c7948d341a316d153896cfc772955ce Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 4 Nov 2018 10:35:49 +0000 Subject: add certificate window handling --- frontends/monkey/main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'frontends/monkey/main.c') diff --git a/frontends/monkey/main.c b/frontends/monkey/main.c index 4fdc5ebc2..87a486d33 100644 --- a/frontends/monkey/main.c +++ b/frontends/monkey/main.c @@ -398,6 +398,12 @@ main(int argc, char **argv) die("login handler failed to register"); } + ret = monkey_register_handler("SSLCERT", monkey_sslcert_handle_command); + if (ret != NSERROR_OK) { + die("sslcert handler failed to register"); + } + + moutf(MOUT_GENERIC, "STARTED"); monkey_run(); -- cgit v1.2.3