aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/smtp/smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/upas/smtp/smtp.c')
-rw-r--r--src/cmd/upas/smtp/smtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/upas/smtp/smtp.c b/src/cmd/upas/smtp/smtp.c
index d3297dfa..fd867cd6 100644
--- a/src/cmd/upas/smtp/smtp.c
+++ b/src/cmd/upas/smtp/smtp.c
@@ -179,7 +179,7 @@ threadmain(int argc, char **argv)
if(*argv == 0)
usage();
addr = *argv++; argc--;
- // expand $smtp if necessary
+ /* expand $smtp if necessary */
addr = expand_addr(addr);
farend = addr;
@@ -359,7 +359,7 @@ dotls(char *me)
h = malloc(2*sizeof hash + 1);
if (h != nil) {
enc16(h, 2*sizeof hash + 1, hash, sizeof hash);
- // print("x509 sha1=%s", h);
+ /* print("x509 sha1=%s", h); */
syslog(0, "smtp",
"remote cert. has bad thumbprint: x509 sha1=%s server=%q",
h, ddomain);