/*
* call-seq:
* easy.ssl_verify_result => integer
*
* Retrieve the result of the certification verification that was requested
* (by setting +ssl_verify_peer?+ to +true+).
*/
static VALUE ruby_curl_easy_ssl_verify_result_get(VALUE self) {