diff options
author | lloyd <[email protected]> | 2008-11-10 14:59:08 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-10 14:59:08 +0000 |
commit | 9ebe6ec5d24c6b28eb8d44b4204e42dda600fb4d (patch) | |
tree | 7f7a26de2d6ec50a12426b37359551618a194f52 /src/pk_pad/emsa2 | |
parent | 52fa0b875ad616dd997ac6253f92ffb18812209c (diff) |
Split pk_pad.h into eme.h and emsa.h
Diffstat (limited to 'src/pk_pad/emsa2')
-rw-r--r-- | src/pk_pad/emsa2/emsa2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pk_pad/emsa2/emsa2.h b/src/pk_pad/emsa2/emsa2.h index 9d7f6c962..367dd86ab 100644 --- a/src/pk_pad/emsa2/emsa2.h +++ b/src/pk_pad/emsa2/emsa2.h @@ -6,7 +6,7 @@ #ifndef BOTAN_EMSA2_H__ #define BOTAN_EMSA2_H__ -#include <botan/pk_pad.h> +#include <botan/emsa.h> #include <botan/hash.h> namespace Botan { |