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__ /* * dummy https server/client */ //! Dummy HTTPS server/client
+
#ifndef PORT
#define PORT 25678
-
+
#endif
#ifdef SSL3_DEBUG #define SSL3_DEBUG_MSG(X ...) werror(X) #else /*! SSL3_DEBUG */ #define SSL3_DEBUG_MSG(X ...) #endif /* SSL3_DEBUG */ #if constant(SSL.Cipher.CipherAlgorithm) import Stdio;