The unified diff between revisions [50f20803..] and [b773b0a7..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/botan.h'
# # # patch "include/botan.h" # from [0179c2c7a09623165c143900f9351b03842cef39] # to [e8deb87811288cd18988ea6087bc31fdfe7b1f66] # ============================================================ --- include/botan.h 0179c2c7a09623165c143900f9351b03842cef39 +++ include/botan.h e8deb87811288cd18988ea6087bc31fdfe7b1f66 @@ -1,13 +1,11 @@ /************************************************* * Botan Core Interface Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/base.h> -#include <botan/conf.h> +#include <botan/config.h> #include <botan/init.h> #include <botan/lookup.h> -#include <botan/rng.h> #include <botan/version.h> -#include <botan/bit_ops.h> #include <botan/parsing.h>