File pyOpenSSL-0.7a2-noreturn.patch of Package python-openssl
--- src/crypto/x509name.c +++ src/crypto/x509name.c @@ -195,6 +195,8 @@ return 1; } else if (result == 0) { return 0; + } else { /* to silence a warning, this will not happen */ + return -1; } }