aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-04-20 21:52:21 +0000
committerlloyd <[email protected]>2012-04-20 21:52:21 +0000
commit0adad7dd2c6def13fbb5677d7bcc859ba4cab0b1 (patch)
tree4216d78e04a1ac0b17e5e6953e1282db5742b19a /checks/validate.cpp
parent53e7205e63f79adf4d5fcdcddcd424e224bb7527 (diff)
parentb6bbdd39e713509696eeef8ace9dae1efe979393 (diff)
propagate from branch 'net.randombit.botan' (head fdbd3afd02bcb9b4a7702a922581580297add684)
to branch 'net.randombit.botan.tls-state-machine' (head 5f2f96b909365dc6e0faeccc7fa59470721e807a)
Diffstat (limited to 'checks/validate.cpp')
-rw-r--r--checks/validate.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/validate.cpp b/checks/validate.cpp
index 65317604e..3de081d56 100644
--- a/checks/validate.cpp
+++ b/checks/validate.cpp
@@ -110,6 +110,7 @@ bool keywrap_test(const char* key_str,
bool ok = true;
+#if defined(BOTAN_HAS_RFC3394_KEYWRAP)
try
{
SymmetricKey key(key_str);
@@ -140,6 +141,7 @@ bool keywrap_test(const char* key_str,
{
std::cout << e.what() << "\n";
}
+#endif
return ok;
}