CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/07/18 19:20:32
Modified files: lib/libssl/src/crypto/x509v3: v3_pci.c Log message: Remove case that can never happen. It's a little convoluted due to gotos, but at that point, pci is always NULL. Spotted by Coverity 21702. ok miod@ beck@ bcook@