--- 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');