The unified diff between revisions [f15c05d1..] and [b773b0a7..] 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 [1f8bab46263a80c5eef84f1289b3db99e664f7f5]
# to [415aa5ec7bc05947012bc81e7da21ebca7849356]
#
============================================================
--- include/config.h 1f8bab46263a80c5eef84f1289b3db99e664f7f5
+++ include/config.h 415aa5ec7bc05947012bc81e7da21ebca7849356
@@ -1,6 +1,6 @@
/*************************************************
* Configuration Handling Header File *
-* (C) 1999-2007 Jack Lloyd *
+* (C) 1999-2008 Jack Lloyd *
*************************************************/
#ifndef BOTAN_POLICY_CONF_H__
@@ -8,7 +8,6 @@
#include <botan/mutex.h>
#include <string>
-#include <vector>
#include <map>
namespace Botan {
@@ -30,14 +29,11 @@ class BOTAN_DLL Config
const std::string&, bool = true);
std::string option(const std::string&) const;
- u32bit option_as_time(const std::string&) const;
void set_option(const std::string, const std::string&);
void add_alias(const std::string&, const std::string&);
std::string deref_alias(const std::string&) const;
-
- void load_inifile(const std::string&);
private:
Config(const Config&) {}
Config& operator=(const Config&) { return (*this); }