diff options
Diffstat (limited to 'libgo/go/crypto/x509/pkcs8.go')
-rw-r--r-- | libgo/go/crypto/x509/pkcs8.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libgo/go/crypto/x509/pkcs8.go b/libgo/go/crypto/x509/pkcs8.go index 30caacb3c54..8e1585e15cc 100644 --- a/libgo/go/crypto/x509/pkcs8.go +++ b/libgo/go/crypto/x509/pkcs8.go @@ -51,6 +51,4 @@ func ParsePKCS8PrivateKey(der []byte) (key interface{}, err error) { default: return nil, fmt.Errorf("crypto/x509: PKCS#8 wrapping contained private key with unknown algorithm: %v", privKey.Algo.Algorithm) } - - panic("unreachable") } |