diff options
author | lloyd <[email protected]> | 2008-10-08 02:38:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-08 02:38:41 +0000 |
commit | 79f9c1c3f5e3ddcb260105572cc89479deeadaf7 (patch) | |
tree | 8d72106fa31ab1bcd730cf8612a46cc4b30b4bfa /doc/examples/ecdsa.cpp | |
parent | 89fed41be3c9a77aff495a636d40bf67ac503fa9 (diff) |
Fix include
Diffstat (limited to 'doc/examples/ecdsa.cpp')
-rw-r--r-- | doc/examples/ecdsa.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/ecdsa.cpp b/doc/examples/ecdsa.cpp index 029a2956e..1c1715f1b 100644 --- a/doc/examples/ecdsa.cpp +++ b/doc/examples/ecdsa.cpp @@ -1,5 +1,5 @@ #include <botan/botan.h> -#include <botan/ec.h> +#include <botan/ecdsa.h> #include <memory> #include <iostream> |