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:1:
#pike __REAL_VERSION__
-
/* $Id: https.pike,v 1.
18
2004
/
04
/
19
22
:
59
:
06
nilsson
Exp $
+
/* $Id: https.pike,v 1.
19
2010
/
07
/
25
19:
32
:
26
marcus
Exp $
* * dummy https server */ //! Dummy HTTPS server #define PORT 25678 #if constant(SSL.Cipher.CipherAlgorithm)
pike.git/lib/modules/SSL.pmod/https.pike:155:
} void create() { #ifdef SSL3_DEBUG werror("https->create\n"); #endif sslport::create(); }
+
#else // constant(SSL.Cipher.CipherAlgorithm)
+
constant this_program_does_not_exist = 1;
#endif