ext/nokogiri_ext_xmlsec/xmlsecrb.h in nokogiri-xmlsec-me-harder-0.9.1 vs ext/nokogiri_ext_xmlsec/xmlsecrb.h in nokogiri-xmlsec-me-harder-0.9.2

- old
+ new

@@ -20,11 +20,10 @@ #include <xmlsec/crypto.h> // TODO(awong): Support non-gcc and non-clang compilers. #define EXTENSION_EXPORT __attribute__((visibility("default"))) -VALUE sign_with_key(VALUE self, VALUE rb_opts); -VALUE sign_with_certificate(VALUE self, VALUE rb_opts); +VALUE sign(VALUE self, VALUE rb_opts); VALUE verify_signature_with_rsa_key(VALUE self, VALUE rb_rsa_key); VALUE verify_signature_with_named_keys(VALUE self, VALUE rb_keys); VALUE verify_signature_with_certificates(VALUE self, VALUE rb_certs); VALUE encrypt_with_key(VALUE self, VALUE rb_rsa_key_name, VALUE rb_rsa_key, VALUE rb_opts);