Loading crypto/bn/bn_lib.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -375,12 +375,12 @@ static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words) case 2: A[1]=B[1]; case 2: A[1]=B[1]; case 1: A[0]=B[0]; case 1: A[0]=B[0]; case 0: case 0: ; /* /* * workaround for ultrix cc: without 'case 0', the optimizer does * workaround for ultrix cc: without 'case 0', the optimizer does * the switch table by doing a=top&3; a--; goto jump_table[a]; * the switch table by doing a=top&3; a--; goto jump_table[a]; * which fails for top== 0 * which fails for top== 0 */ */ ; } } } } Loading ssl/ssl.h +2 −1 Original line number Original line Diff line number Diff line Loading @@ -797,7 +797,8 @@ struct ssl_ctx_st /* Default values used when no per-SSL value is defined follow */ /* Default values used when no per-SSL value is defined follow */ void (*info_callback)(const SSL *ssl,int type,int val); /* used if SSL's info_callback is NULL */ /* used if SSL's info_callback is NULL */ void (*info_callback)(const SSL *ssl,int type,int val); /* what we put in client cert requests */ /* what we put in client cert requests */ STACK_OF(X509_NAME) *client_CA; STACK_OF(X509_NAME) *client_CA; Loading Loading
crypto/bn/bn_lib.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -375,12 +375,12 @@ static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words) case 2: A[1]=B[1]; case 2: A[1]=B[1]; case 1: A[0]=B[0]; case 1: A[0]=B[0]; case 0: case 0: ; /* /* * workaround for ultrix cc: without 'case 0', the optimizer does * workaround for ultrix cc: without 'case 0', the optimizer does * the switch table by doing a=top&3; a--; goto jump_table[a]; * the switch table by doing a=top&3; a--; goto jump_table[a]; * which fails for top== 0 * which fails for top== 0 */ */ ; } } } } Loading
ssl/ssl.h +2 −1 Original line number Original line Diff line number Diff line Loading @@ -797,7 +797,8 @@ struct ssl_ctx_st /* Default values used when no per-SSL value is defined follow */ /* Default values used when no per-SSL value is defined follow */ void (*info_callback)(const SSL *ssl,int type,int val); /* used if SSL's info_callback is NULL */ /* used if SSL's info_callback is NULL */ void (*info_callback)(const SSL *ssl,int type,int val); /* what we put in client cert requests */ /* what we put in client cert requests */ STACK_OF(X509_NAME) *client_CA; STACK_OF(X509_NAME) *client_CA; Loading