SSL_get_verify_result() returns a long, so we receive the result in a long
authorDaniel Stenberg <daniel@haxx.se>
Sun, 4 Jul 2004 21:42:32 +0000 (21:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 4 Jul 2004 21:42:32 +0000 (21:42 +0000)
commit4511f7ac5066350c5aa8f590871758bd867f93e8
tree9177e2a7356f373023d0abeac7048176e9200986
parentb9f76f11bb7f3448a287a4907d3eee2964290964
SSL_get_verify_result() returns a long, so we receive the result in a long
and not an int.
lib/ssluse.c