[gnutls-devel] GnuTLS | pkcs11_privkey.c:335:32: error: storage size of 'rsa_pss_params' isn't known (#812)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Aug 2 22:01:57 CEST 2019




Nikos Mavrogiannopoulos commented:


For this:
```
pkcs11_privkey.c: In function '_gnutls_pkcs11_privkey_sign':
pkcs11_privkey.c:335:32: error: storage size of 'rsa_pss_params' isn't known
  struct ck_rsa_pkcs_pss_params rsa_pss_params;
```
Most likely a newer p11-kit version is required. I believe you disabled pkcs11 support to make it compile right?

The `__get_cpuid_count` is more complex; it seems gcc 4.8 doesn't contain this function. I'll submit a pull request for this; you'll need to apply this patch on top of your copy.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/812#note_199703607
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190802/14a21775/attachment-0001.html>


More information about the Gnutls-devel mailing list