pike.git
/
lib
/
modules
/
SSL.pmod
/
https.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/SSL.pmod/https.pike:200:
rsa = Standards.PKCS.RSA.parse_private_key(my_key); #endif /* 0 */ certificates = ({ my_certificate }); random = no_random()->read; werror("Starting\n"); if (!bind(PORT, my_accept_callback)) { 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