]> git.pld-linux.org Git - packages/neon.git/blob - openssl.patch
- added gnutls bcond
[packages/neon.git] / openssl.patch
1 --- neon-0.30.2/src/ne_pkcs11.c~        2016-09-30 10:46:00.000000000 +0200
2 +++ neon-0.30.2/src/ne_pkcs11.c 2018-09-18 14:05:43.019798589 +0200
3 @@ -74,6 +74,8 @@ struct ne_ssl_pkcs11_provider_s {
4  
5  #if defined(RSA_F_RSA_PRIVATE_ENCRYPT)
6  #define PK11_RSA_ERR (RSA_F_RSA_PRIVATE_ENCRYPT)
7 +#elif defined(RSA_F_RSA_OSSL_PRIVATE_ENCRYPT)
8 +#define PK11_RSA_ERR (RSA_F_RSA_OSSL_PRIVATE_ENCRYPT)
9  #else
10  #define PK11_RSA_ERR (RSA_F_RSA_EAY_PRIVATE_ENCRYPT)
11  #endif
This page took 0.081514 seconds and 3 git commands to generate.