The unified diff between revisions [cbe0cd20..] and [8ada27de..] is displayed below. It can also be downloaded as a raw diff.

#
#
# rename "Attic/include/cbc_mac.h"
#     to "cbc_mac.h"
#
# rename "Attic/include/loadstor.h"
#     to "loadstor.h"
#
# rename "Attic/src/cbc_mac.cpp"
#     to "cbc_mac.cpp"
#
# rename "Attic/src/dsa_gen.cpp"
#     to "dsa_gen.cpp"
#
# patch "build.h"
#  from [b99017e7e9e956e54c179f50d26fd45646a52ff4]
#    to [2239983ea39c409b32f0e0722d4f99bba86a87e9]
#
============================================================
--- build.h	b99017e7e9e956e54c179f50d26fd45646a52ff4
+++ build.h	2239983ea39c409b32f0e0722d4f99bba86a87e9
@@ -1,14 +1,14 @@
 /*************************************************
-* Build Config Header File                       *
-* (C) 1999-2006 The Botan Project                *
+* Build Configuration Header File                *
+* (C) 1999-2007 The Botan Project                *
 *************************************************/

 #ifndef BOTAN_BUILD_CONFIG_H__
 #define BOTAN_BUILD_CONFIG_H__

 #define BOTAN_VERSION_MAJOR 1
-#define BOTAN_VERSION_MINOR 5
-#define BOTAN_VERSION_PATCH 10
+#define BOTAN_VERSION_MINOR 7
+#define BOTAN_VERSION_PATCH 2

 #define BOTAN_MP_WORD_BITS 32
 #define BOTAN_DEFAULT_BUFFER_SIZE 4096
@@ -16,15 +16,4 @@
 #define BOTAN_KARAT_MUL_THRESHOLD 12
 #define BOTAN_KARAT_SQR_THRESHOLD 12

-#define BOTAN_GZIP_OS_CODE 255
-
-#if defined(_MSC_VER)
-   #pragma warning(disable: 4250 4290)
-#define BOTAN_EXT_ENTROPY_SRC_WIN32
-#define BOTAN_EXT_ENTROPY_SRC_CAPI
 #endif
-
-#define BOTAN_EXT_COMPRESSOR_GZIP
-#define BOTAN_EXT_COMPRESSOR_ZLIB
-
-#endif