Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2000-04-06
2000-04-06 17:46:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c4ee179d6517c41b04f20264b9d4533892617b25 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Should now work with 40bit SSL again.
Rev: server/etc/modules/Roxen.pmod:1.16
1:
/*
-
* $Id: Roxen.pmod,v 1.
15
2000/
03
/
28
14
:46:
04
nilsson
Exp $
+
* $Id: Roxen.pmod,v 1.
16
2000/
04
/
06
17
:46:
31
grubba
Exp $
* * Various helper functions. *
630:
Inside #if constant(SSL)
#if constant(SSL) void create() { ssl_strength=40;
+
#if constant(SSL.constants.CIPHER_des)
if(SSL.constants.CIPHER_algorithms[SSL.constants.CIPHER_des]) ssl_strength=128; if(SSL.constants.CIPHER_algorithms[SSL.constants.CIPHER_3des]) ssl_strength=168;
-
+
#endif /* !constant(SSL.constants.CIPHER_des) */
} #endif