# frozen_string_literal: true module OpenSSL module SignatureAlgorithm class Error < StandardError; end end end