]> git.pld-linux.org Git - packages/opensips.git/blame - opensips-openssl.patch
- release 8
[packages/opensips.git] / opensips-openssl.patch
CommitLineData
61d4b00a
JK
1diff -up opensips-1.6.0/tls/tls_init.c.openssl opensips-1.6.0/tls/tls_init.c
2--- opensips-1.6.0/tls/tls_init.c.openssl 2008-11-24 21:52:33.000000000 +0100
3+++ opensips-1.6.0/tls/tls_init.c 2009-08-25 20:18:45.000000000 +0200
4@@ -468,8 +468,8 @@ static int check_for_krb(void)
5 if (xx==NULL)
6 return -1;
7
8- for( j=0 ; j<M_sk_num(xx->cipher_list) ; j++) {
9- SSL_CIPHER *yy = (SSL_CIPHER*)M_sk_value(xx->cipher_list,j);
10+ for( j=0 ; j<sk_SSL_CIPHER_num(xx->cipher_list) ; j++) {
11+ SSL_CIPHER *yy = sk_SSL_CIPHER_value(xx->cipher_list,j);
12 if ( yy->id>=SSL3_CK_KRB5_DES_64_CBC_SHA &&
13 yy->id<=SSL3_CK_KRB5_RC4_40_MD5 ) {
14
This page took 1.013039 seconds and 4 git commands to generate.