The unified diff between revisions [4e40e885..] and [48b49b84..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/config.h'

#
#
# patch "include/config.h"
#  from [5acbd2e041ef13562c85e988834f2b252c3c5a9d]
#    to [1f8bab46263a80c5eef84f1289b3db99e664f7f5]
#
============================================================
--- include/config.h	5acbd2e041ef13562c85e988834f2b252c3c5a9d
+++ include/config.h	1f8bab46263a80c5eef84f1289b3db99e664f7f5
@@ -7,7 +7,6 @@
 #define BOTAN_POLICY_CONF_H__

 #include <botan/mutex.h>
-#include <botan/enums.h>
 #include <string>
 #include <vector>
 #include <map>
@@ -39,9 +38,6 @@ class BOTAN_DLL Config
       std::string deref_alias(const std::string&) const;

       void load_inifile(const std::string&);
-
-      static void choose_sig_format(const std::string&, std::string&,
-                                    Signature_Format&);
    private:
       Config(const Config&) {}
       Config& operator=(const Config&) { return (*this); }