[gnutls-devel] Missing function. Where is version_to_entry defined?

JONES, BILL rj7252 at att.com
Wed Feb 11 17:04:30 CET 2015


All,

Which library is the version_to_entry function defined.

It's used in many places in gnutls...not just related to openssl.

gnutls/gnutls-3.3.11/lib/gnutls_dtls.c:       v = version_to_entry(version);
gnutls/gnutls-3.3.11/lib/gnutls_int.h:        s->security_parameters.pversion = version_to_entry(v);
gnutls/gnutls-3.3.11/lib/algorithms/protocols.c:const version_entry_st *version_to_entry(gnutls_protocol_t version)
gnutls/gnutls-3.3.11/lib/gnutls_handshake.c:                              version_to_entry(_gnutls_version_max
gnutls/gnutls-3.3.11/lib/gnutls_session_pack.c:           version_to_entry(version);
gnutls/gnutls-3.3.11/lib/gnutls_session_pack.c:           version_to_entry(version);
gnutls/gnutls-3.3.11/lib/algorithms.h:const version_entry_st *version_to_entry(gnutls_protocol_t c);

I used --disable-openssl-compatibility which was recommended in one thread...which allowed the "make" to work, but "make check" blows up now.


Where does this function come from?

Robert W. Jones (Bill)
AT&T
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20150211/4e4e2d2a/attachment.html>


More information about the Gnutls-devel mailing list