aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl.h
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-08-24 00:30:00 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-10-28 11:45:13 +0900
commit4c18c159b9df516324496fce09e8e5049d5be3fa (patch)
tree7d8d481d775f038485b350cfa3e5b2e129ee3de7 /ext/openssl/ossl.h
parent8295165b3f5c7dac67149edc9e1ff8118a68a7ac (diff)
downloadruby-openssl-4c18c159b9df516324496fce09e8e5049d5be3fa.tar.gz
Move verify_callback stuff to ossl_x509store.c
Accordingly, unused functions ossl_x509stctx_new() and ossl_x509stctx_clear_ptr() are now removed.
Diffstat (limited to 'ext/openssl/ossl.h')
-rw-r--r--ext/openssl/ossl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h
index ad30cbf9..78eddd09 100644
--- a/ext/openssl/ossl.h
+++ b/ext/openssl/ossl.h
@@ -121,14 +121,6 @@ NORETURN(void ossl_raise(VALUE, const char *, ...));
void ossl_clear_error(void);
/*
- * Verify callback
- */
-extern int ossl_store_ctx_ex_verify_cb_idx;
-extern int ossl_store_ex_verify_cb_idx;
-
-int ossl_verify_cb_call(VALUE, int, X509_STORE_CTX *);
-
-/*
* String to DER String
*/
extern ID ossl_s_to_der;