commit 81634643dbb99f7270cbb5ba5f84adc28991018d from: Omar Polo date: Fri Aug 11 16:18:37 2023 UTC fix comment (ge -> gemexp) commit - 07ad49102564bf72092cc8080322852308490065 commit + 81634643dbb99f7270cbb5ba5f84adc28991018d blob - 4e163b0837e1a091e1522f6b6d9b5626ca493005 blob + 2c913107e1b95be025844039602b4a8d7e00a0eb --- server.c +++ server.c @@ -1447,8 +1447,8 @@ server_init(struct privsep *ps, struct privsep_proc *p sandbox_server_process(); /* - * ge doesn't use the privsep crypto engine; it doesn't use - * privsep at all so `ps' is NULL. + * gemexp doesn't use the privsep crypto engine; it doesn't + * use privsep at all so `ps' is NULL. */ if (ps != NULL) { c = ps->ps_env;