Closed jeroen closed 8 years ago
Sometimes we seem to get random (old) error messages. This probably means we forgot to call ERR_clear_error() somewhere.
ERR_clear_error()
Fixed in https://github.com/jeroenooms/openssl/commit/0885ff141fb4da17253d802d4926523022b82e33.
Sometimes we seem to get random (old) error messages. This probably means we forgot to call
ERR_clear_error()
somewhere.