From 1a0a0ed0cdada2effb90790a332e2b448a3b184b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 2 Apr 2015 09:07:31 +0000 Subject: [PATCH] =?UTF-8?q?new=20command=20=C2=ABcertificate=C2=BB=20to=20?= =?UTF-8?q?install=20CA=20certificate=20for=20SSL=20-=20need=20to=20regist?= =?UTF-8?q?er=20the=20new=20class=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands.hxx b/src/commands.hxx index 8ff91b6..1f3185c 100644 --- a/src/commands.hxx +++ b/src/commands.hxx @@ -1506,6 +1506,7 @@ inline void Script::initPrototypes() { add(new Set); add(new UnSet); add(new Timeout); + add(new Certificate); } #endif