lib/ccrypto.rb in ccrypto-0.1.2 vs lib/ccrypto.rb in ccrypto-0.1.3

- old
+ new

@@ -54,6 +54,9 @@ class X509CertNotBeforeException < StandardError; end class X509CertNotAfterException < StandardError; end class KeyBundleStorageException < StandardError; end # Your code goes here... + + Root_OID = ["2","0","18"] + end