Código: Selecionar todos
2025-01-19 19:38 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbssl/hbssl.h
* set OPENSSL_API_COMPAT to 10100 instead of 10100 to reduce conflicts
with OPENSSL_CONFIGURED_API
2025-01-19 14:33 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rdd/dbfcdx/dbfcdx1.c
% Removed always false dummy condition. For
pPage->TagParent->MaxKeys >= 2 &&
( ( iKeys + pPage->TagParent->MaxKeys - 1 )
/ pPage->TagParent->MaxKeys ) == 1
the expression
iKeys > ( ( pPage->TagParent->MaxKeys * 3 ) >> 1 )
was alwas false.
As side effect this modification pacifies the buggy GCC warnings.
2025-01-19 02:08 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbssl/hbssl.h
* contrib/hbssl/rsa.c
* renamed hb_RSA_par_free() to hb_RSA_par_remove()
* contrib/hbssl/evppkey.c
* few code clenups
* contrib/hbssl/x509.c
! use GC pointer items instead of raw ones
Itamar M. Lins Jr.
