View | Details | Raw Unified | Return to bug 55791
Collapse All | Expand All

(-)mod_ssl-2.8.10-1.3.26/pkg.sslmod/ssl_engine_kernel.c.orig (-1 / +1 lines)
Lines 1127-1133 Link Here
1127
{
1127
{
1128
    SSLSrvConfigRec *sc = mySrvConfig(r->server);
1128
    SSLSrvConfigRec *sc = mySrvConfig(r->server);
1129
    SSLDirConfigRec *dc = myDirConfig(r);
1129
    SSLDirConfigRec *dc = myDirConfig(r);
1130
    char b1[MAX_STRING_LEN], b2[MAX_STRING_LEN];
1130
    char b1[MAX_STRING_LEN], b2[2*MAX_STRING_LEN];
1131
    char *clientdn;
1131
    char *clientdn;
1132
    const char *cpAL;
1132
    const char *cpAL;
1133
    const char *cpUN;
1133
    const char *cpUN;
(-)mod_ssl-2.8.10-1.3.26/pkg.sslmod/ssl_util.c.orig (+5 lines)
Lines 168-173 Link Here
168
                             strlen(szFrom), bPad);
168
                             strlen(szFrom), bPad);
169
}
169
}
170
170
171
/* 
172
 * nLength is strlen(szFrom), 
173
 * sizeof(szTo) must be at least 4*nLength/3
174
 * 18.5.2004, jw@suse.de
175
 */
171
void ssl_util_uuencode_binary(
176
void ssl_util_uuencode_binary(
172
    unsigned char *szTo, const unsigned char *szFrom, int nLength, BOOL bPad)
177
    unsigned char *szTo, const unsigned char *szFrom, int nLength, BOOL bPad)
173
{
178
{

Return to bug 55791