[openssl-dev] [openssl.org #4396]: OS X 10-5, 64-bit PowerPC, error: 'split_send_fragment' undeclared (first use in this function)

Matt Caswell matt at openssl.org
Mon Mar 7 23:29:17 UTC 2016


Fix already on the way.

Matt

On 07/03/16 23:28, noloader at gmail.com via RT wrote:
> On Mon, Mar 7, 2016 at 6:02 PM, Jeffrey Walton <noloader at gmail.com> wrote:
>> This just showed up on OS X 10-5, 64-bit PowerPC. Its not present under Linux.
>>
>> $ git reset --hard HEAD
>> HEAD is now at e1d9f1a Remove kinv/r fields from DSA structure.
>> $ git pull
>> Already up-to-date.
> 
> This can be duplicated on Linux with:
> 
> $ ./config -DOPENSSL_NO_MULTIBLOCK
> 
> 
> Result:
> 
> gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
> -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
> -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
> -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
> -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
> -DOPENSSL_NO_MULTIBLOCK -DOPENSSLDIR="\"/usr/local/ssl\""
> -DENGINESDIR="\"/usr/local/lib/engines\"" -Wall -O3 -pthread -m64
> -DL_ENDIAN  -Wa,--noexecstack -fPIC -c record/rec_layer_s3.c -o
> record/rec_layer_s3.o
> record/rec_layer_s3.c: In function 'ssl3_write_bytes':
> record/rec_layer_s3.c:645:5: error: 'split_send_fragment' undeclared
> (first use in this function)
>      split_send_fragment = s->split_send_fragment;
>      ^
> record/rec_layer_s3.c:645:5: note: each undeclared identifier is
> reported only once for each function it appears in
> record/rec_layer_s3.c:652:5: error: 'maxpipes' undeclared (first use
> in this function)
>      maxpipes = s->max_pipelines;
>      ^
> record/rec_layer_s3.c:453:21: warning: unused variable 'nw' [-Wunused-variable]
>      unsigned int n, nw;
>                      ^
> make[1]: *** [record/rec_layer_s3.o] Error 1
> 
> 


More information about the openssl-dev mailing list