0004 Include features.h to enable NSPR workaround for 854.patch | (download) |
include/ike_alg.h |
1 1 0 - 0 !
include/lswnss.h |
1 1 0 - 0 !
include/test_buffer.h |
1 1 0 - 0 !
include/x509.h |
1 1 0 - 0 !
lib/libswan/ike_alg_aes.c |
1 1 0 - 0 !
lib/libswan/ike_alg_encrypt_chacha20_poly1305.c |
1 1 0 - 0 !
lib/libswan/ike_alg_sha2.c |
1 1 0 - 0 !
lib/libswan/lswnss.c |
1 1 0 - 0 !
lib/libswan/pubkey_der_to_pubkey_content.c |
1 1 0 - 0 !
lib/libswan/pubkey_ecdsa.c |
1 1 0 - 0 !
lib/libswan/pubkey_rsa.c |
1 1 0 - 0 !
lib/libswan/rnd.c |
1 1 0 - 0 !
lib/libswan/secret_pubkey_stuff_to_pubkey_der.c |
1 1 0 - 0 !
programs/cavp/test_gcm.c |
1 1 0 - 0 !
programs/pluto/ikev2_eap.c |
1 1 0 - 0 !
programs/pluto/root_certs.c |
1 1 0 - 0 !
16 files changed, 16 insertions( ) |
include features.h to enable nspr workaround for #854472 on mipsel
The upstream fix was only to enable the right linkage on mipsel when
either __GLIBC__ or __UCLIBC__ were defined as preprocessor
directives. However, __GLIBC__ isn't defined unless <features.h> has
been read, which was not the case in the files modified here.
|
0005 demux fix 32 bit build ju zu.patch | (download) |
programs/pluto/demux.c |
2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-) |
demux: fix 32-bit build, %ju -> %zu
(cherry picked from commit a8ef4e5b97f47d2664ff5b164d49e7e7340b3cda)
|