summaryrefslogtreecommitdiff
path: root/rsa.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-16 12:21:07 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-16 12:21:07 -0400
commitc40a4dc9f71f1fe1683dd5cad933fe59748e8caf (patch)
tree9ce6721367a5430177c1eb393a6bde5ae6a0fd24 /rsa.cpp
parent8f4b0dc0816aec3bbf9e1a716c941aeafb5ae49c (diff)
downloadcryptopp-git-c40a4dc9f71f1fe1683dd5cad933fe59748e8caf.tar.gz
Fix Clang warning on missing template definitions
Diffstat (limited to 'rsa.cpp')
-rw-r--r--rsa.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsa.cpp b/rsa.cpp
index 6853d22d..095a99dd 100644
--- a/rsa.cpp
+++ b/rsa.cpp
@@ -9,6 +9,7 @@
#include "nbtheory.h"
#include "algparam.h"
#include "fips140.h"
+#include "pkcspad.h"
#if defined(CRYPTOPP_DEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING) && !defined(CRYPTOPP_IS_DLL)
#include "pssr.h"