pike.git/
lib/
modules/
SSL.pmod/
https.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-02-14
2014-02-14 21:09:25 by Martin Nilsson <nilsson@opera.com>
e1fb0973d02865dae0fba39ab9b197778b3f5131 (
12
lines) (+
2
/-
10
)
[
Show
|
Annotate
]
Branch:
8.0
Simplified dependencies.
1:
#pike __REAL_VERSION__
+
#require constant(SSL.Cipher)
-
/*
-
* dummy https server/client
-
*/
-
+
//! Dummy HTTPS server/client #ifndef PORT
16:
#define SSL3_DEBUG_MSG(X ...) #endif /* SSL3_DEBUG */
-
#if constant(SSL.Cipher.CipherAlgorithm)
-
+
import Stdio; #ifndef HTTPS_CLIENT
256:
} #endif }
-
-
#else // constant(SSL.Cipher.CipherAlgorithm)
-
constant this_program_does_not_exist = 1;
-
#endif
+