pike.git/
lib/
modules/
SSL.pmod/
https.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2013-12-06
2013-12-06 16:49:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
52b26ec5ca82cabc6784e7c8a9a1cb85c5cc8d4a (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
SSL.https: Allow changing the port number.
6:
//! Dummy HTTPS server/client
+
#ifndef PORT
#define PORT 25678
-
+
#endif
#ifdef SSL3_DEBUG #define SSL3_DEBUG_MSG(X ...) werror(X)