lib/ccrypto/ruby.rb in ccrypto-ruby-0.1.0 vs lib/ccrypto/ruby.rb in ccrypto-ruby-0.1.1
- old
+ new
@@ -11,9 +11,10 @@
require_relative 'provider'
require_relative 'ruby/ext/secret_key'
require_relative 'ruby/ext/x509_cert'
+require_relative 'ruby/ext/x509_csr'
module Ccrypto
module Ruby
class Error < StandardError; end
# Your code goes here...