I'm building under F12 rawhide. googling for "OpenSSL 1.0.0 betas break SSL_SESSION_cmp" I've found: ... The idea of this was to avoid various types of casting. The best solution is to update code to use the lh_SSL_SESSION_*() API, that should work with both 0.9.8 and 1.0. ...
Just a report. best regards, Lorenzo ../../../ssl.c: In function ‘HB_FUN_SSL_GET_SSL_METHOD’: ../../../ssl.c:577: warning: initialization discards qualifiers from pointer target type ../../../ssl.c: In function ‘HB_FUN_SSL_GET_CURRENT_CIPHER’: ../../../ssl.c:608: warning: passing argument 1 of ‘hb_retptr’ discards qualifiers from pointer target type ../../../../../include/hbapi.h:683: note: expected ‘void *’ but argument is of type ‘const struct SSL_CIPHER *’ ../../../sslctx.c: In function ‘hb_ssl_method_id_to_ptr’: ../../../sslctx.c:92: warning: assignment discards qualifiers from pointer target type ../../../sslctx.c:93: warning: assignment discards qualifiers from pointer target type ../../../sslctx.c:94: warning: assignment discards qualifiers from pointer target type ../../../sslctx.c:95: warning: assignment discards qualifiers from pointer target type ../../../sslctx.c:96: warning: assignment discards qualifiers from pointer target type ../../../sslctx.c:97: warning: assignment discards qualifiers from pointer target type ../../../sslctx.c:98: warning: assignment discards qualifiers from pointer target type ../../../sslctx.c:99: warning: assignment discards qualifiers from pointer target type ../../../sslctx.c:100: warning: assignment discards qualifiers from pointer target type ../../../sslctx.c:101: warning: assignment discards qualifiers from pointer target type ../../../sslctx.c:102: warning: assignment discards qualifiers from pointer target type ../../../sslctx.c:103: warning: assignment discards qualifiers from pointer target type ../../../sslctx.c:104: warning: assignment discards qualifiers from pointer target type ../../../sslsess.c: In function ‘HB_FUN_SSL_SESSION_CMP’: ../../../sslsess.c:104: warning: implicit declaration of function ‘SSL_SESSION_cmp’ ../../../sslsess.c: In function ‘HB_FUN_SSL_SESSION_HASH’: ../../../sslsess.c:169: warning: implicit declaration of function ‘SSL_SESSION_hash’ _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
