Protect against NULL return of mpi_get_opaque.
* g10/seckey-cert.c (do_check): Call BUG for NULL return of get_opaque.
This is the suggested addition from commit 6f03218. We better run
into an fatal error than into a segv.
- Signed-off-by: Werner Koch <wk@gnupg.org>