diff options
author | lloyd <[email protected]> | 2007-06-11 05:44:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-06-11 05:44:52 +0000 |
commit | e397c60e515c1ed44e65e8b37b89586acc231c35 (patch) | |
tree | 3ad03bf6805d1dd6ed52810698ce58e5a1cd1880 /include/elgamal.h | |
parent | 03066d2e67686fc7b7167cf55997d411585346fe (diff) |
Remove unused include of blinding.h
Diffstat (limited to 'include/elgamal.h')
-rw-r--r-- | include/elgamal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/elgamal.h b/include/elgamal.h index 19940e7b7..cdd6cde93 100644 --- a/include/elgamal.h +++ b/include/elgamal.h @@ -8,7 +8,6 @@ #include <botan/dl_algo.h> #include <botan/pk_core.h> -#include <botan/blinding.h> namespace Botan { |