Remove the fallback from ERR_get_state because the
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 14 Jun 2017 08:16:15 +0000 (10:16 +0200)
committerMatt Caswell <matt@openssl.org>
Wed, 14 Jun 2017 10:53:11 +0000 (11:53 +0100)
commit7ff7f5e9b826325c851869846ffb0ce58fdba15f
tree909d7a0bed48462f99aecdd4d26bd47f016d95f1
parent8dc2e33468b1ee80ccf617bba760c84be65dcefb
Remove the fallback from ERR_get_state because the
return value is now checked at the callers.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3678)
crypto/err/err.c