pike.git/
lib/
modules/
SSL.pmod/
https.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:24:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4652a2d67af88995995e84f4256138ad7b2b596e (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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