aboutsummaryrefslogtreecommitdiffstats
path: root/modules/es_capi
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-10 19:55:45 +0000
committerlloyd <[email protected]>2008-06-10 19:55:45 +0000
commit7253964aba9ca41a88261557d8cd91df39cd4b88 (patch)
tree1cd269297c898a8ed126906518f10864cf10d498 /modules/es_capi
parentb36db2d74992f2ea80329378c32a6321d6a60b26 (diff)
Move the declaration of the RandomNumberGenerator base class from base.h
to rng.h (eventually base.h will be split up entirely and go away)
Diffstat (limited to 'modules/es_capi')
-rw-r--r--modules/es_capi/es_capi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/es_capi/es_capi.h b/modules/es_capi/es_capi.h
index e16b8cb9c..36b4acd8d 100644
--- a/modules/es_capi/es_capi.h
+++ b/modules/es_capi/es_capi.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_EXT_ENTROPY_SRC_WIN32_CAPI_H__
#define BOTAN_EXT_ENTROPY_SRC_WIN32_CAPI_H__
-#include <botan/base.h>
+#include <botan/rng.h>
#include <vector>
namespace Botan {