@@ -2550,10 +2550,11 @@ Tcl_CreateObjCommand(interp, "tls::status", StatusObjCmd, (ClientData) 0, (Tcl_CmdDeleteProc *) NULL); Tls_DigestCommands(interp); Tls_EncryptCommands(interp); Tls_InfoCommands(interp); + Tls_KeyCommands(interp); if (interp) { Tcl_Eval(interp, tlsTclInitScript); }