diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-19 14:52:35 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-19 14:52:35 +0000 |
commit | d680874efb49f8afa9a5c86a6453b4e2e47227aa (patch) | |
tree | 5891805edf1e1dded194541b856a935c3fb2a385 /net-misc/strongswan/files | |
parent | minor fix (Manifest recommit) (diff) | |
download | gentoo-2-d680874efb49f8afa9a5c86a6453b4e2e47227aa.tar.gz gentoo-2-d680874efb49f8afa9a5c86a6453b4e2e47227aa.tar.bz2 gentoo-2-d680874efb49f8afa9a5c86a6453b4e2e47227aa.zip |
Added gcc-3.4 patch.
Diffstat (limited to 'net-misc/strongswan/files')
-rw-r--r-- | net-misc/strongswan/files/strongswan-2.1.3-gcc34.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-misc/strongswan/files/strongswan-2.1.3-gcc34.patch b/net-misc/strongswan/files/strongswan-2.1.3-gcc34.patch new file mode 100644 index 000000000000..1a5a3a7ea992 --- /dev/null +++ b/net-misc/strongswan/files/strongswan-2.1.3-gcc34.patch @@ -0,0 +1,22 @@ +--- programs/pluto/connections.c.orig 2004-06-19 16:36:38.350887032 +0200 ++++ programs/pluto/connections.c 2004-06-19 16:37:02.264251648 +0200 +@@ -787,7 +787,7 @@ + dst->ca = dst->cert.u.x509->issuer; + } + break; +- default: ++ default:; + } + + /* cache the certificate that was last retrieved from the smartcard */ +--- programs/pluto/x509.c.orig 2004-06-19 16:38:58.583568424 +0200 ++++ programs/pluto/x509.c 2004-06-19 16:39:16.865789104 +0200 +@@ -732,7 +732,7 @@ + state = SEARCH_OID; + } + break; +- case UNKNOWN_OID: ++ case UNKNOWN_OID:; + } + } while (*src++ != '\0'); + |