[openssl-dev] openssl-SNAP-20160212 issue

Matt Caswell matt at openssl.org
Fri Feb 12 14:44:29 UTC 2016



On 12/02/16 14:31, The Doctor wrote:
> Here is another fix needed:
> 
> making all in ssl...
> gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_EXPERIMENTAL_JPAKE -DOPENSSL_THREADS -DOPENSSL_PIC -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/contrib\"" -DENGINESDIR="\"/usr/contrib/lib/engines\"" -fPIC  -pthread -D_THREAD_SAFE -D_REENTRANT -DPERL5 -DL_ENDIAN -DTERMIOS -fomit-frame-pointer -O2 -march=i486 -Wall -g -c t1_trce.c -o t1_trce.o
> t1_trce.c: In function `ssl_get_keyex':
> t1_trce.c:923: `SSL_kECDHr' undeclared (first use in this function)
> t1_trce.c:923: (Each undeclared identifier is reported only once
> t1_trce.c:923: for each function it appears in.)
> t1_trce.c:927: `SSL_kECDHe' undeclared (first use in this function)
> t1_trce.c: In function `ssl_print_client_keyex':
> t1_trce.c:993: `SSL_kECDHr' undeclared (first use in this function)
> t1_trce.c:994: `SSL_kECDHe' undeclared (first use in this function)
> t1_trce.c: In function `ssl_print_server_keyex':
> t1_trce.c:1026: `SSL_kECDHr' undeclared (first use in this function)
> t1_trce.c:1027: `SSL_kECDHe' undeclared (first use in this function)
> *** Error code 1
> 
> Stop.
> *** Error code 1       
> 
> Please repair.
> 

This only happens if you use the enable-ssl-trace config option. It's
already fixed in current master.

Matt



More information about the openssl-dev mailing list