aboutsummaryrefslogtreecommitdiffstats
path: root/modules/pk_pad/emsa4/emsa4.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-28 17:41:22 +0000
committerlloyd <[email protected]>2008-09-28 17:41:22 +0000
commitd84014e4b717da0618fc2f4c85dd1ef41ac6d0fa (patch)
tree405638113ed2a72764d71d16bbebbf7597302cfc /modules/pk_pad/emsa4/emsa4.cpp
parent8c085b3c40c30607ca5cac10d04062355fcad187 (diff)
Modularize EME1 and PKCS #1 v1.5 EME
Diffstat (limited to 'modules/pk_pad/emsa4/emsa4.cpp')
-rw-r--r--modules/pk_pad/emsa4/emsa4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pk_pad/emsa4/emsa4.cpp b/modules/pk_pad/emsa4/emsa4.cpp
index 6fb63fe0a..9821c1f13 100644
--- a/modules/pk_pad/emsa4/emsa4.cpp
+++ b/modules/pk_pad/emsa4/emsa4.cpp
@@ -3,7 +3,7 @@
* (C) 1999-2007 Jack Lloyd *
*************************************************/
-#include <botan/emsa.h>
+#include <botan/emsa4.h>
#include <botan/lookup.h>
#include <botan/look_pk.h>
#include <botan/bit_ops.h>