lib/yoti/ssl.rb in yoti-1.6.1 vs lib/yoti/ssl.rb in yoti-1.6.2

- old
+ new

@@ -58,9 +58,10 @@ ssl_decipher.iv = user_iv ssl_decipher.update(text) + ssl_decipher.final end # Reset and reload the Private Key used for SSL functions + # @deprecated 2.0.0 def reload! @private_key = nil @pem = nil nil end