Brad Hards wrote: > Hi, > > I'm trying to build gnutls from git (commit > 762950f92f97f8fc71b9acdedce5872ba9c272f0), and having some trouble. [...]
> crq.c: In function 'get_subject_alt_name': > > crq.c:1652: error: passing argument 5 of > 'gnutls_x509_crq_get_extension_by_oid' from incompatible pointer type > > ./../includes/gnutls/x509.h:780: note: expected 'size_t *' but argument is of > type 'unsigned int *' This is quite strange. In my copy x509.h:780 gnutls_x509_crq_get_extension_by_oid has argument 5 as unsigned int and not size_t*. Is it the same in your system? If yes it is some compiler issue in your system (do you have option to install different compiler?). regards, Nikos _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
