pike.git/
lib/
modules/
SSL.pmod/
https.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-24
2013-11-24 14:44:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1614bacde66189df24ed4880aea5023d42095f49 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
SSL.https: Display the port number at start.
207:
perror(""); return 17; }
-
else
+
else
{
+
werror("Listening on port %d.\n", PORT);
return -17;
-
+
}
#endif } #else // constant(SSL.Cipher.CipherAlgorithm) constant this_program_does_not_exist = 1; #endif