pike.git/
lib/
modules/
SSL.pmod/
https.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2015-10-16
2015-10-16 13:33:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
19627f7173eb8d88f51cd5573d7dbd37e286fa9f (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.8
SSL.https: Display the port number at start.
151:
perror(""); return 17; }
-
else
+
else
{
+
werror("Listening on port %d.\n", PORT);
return -17; }
-
+
}
protected void create() {