commit | 4440290c95fe21174f97d40b6ccdf0f6430c23b5 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 06 00:08:54 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 09 15:14:21 2014 -0800 |
tree | b5831b7993aa53655b759df76444d95fbe2f883b | |
parent | 6be1a6a4475b4957e3a39f7acb37f0ab7145fd40 [diff] [blame] |
security+tests: Temporarily disable broken code Change-Id: I467c9176dd873d59ee9d6c8a57b61d9c4aa59676
diff --git a/src/security/policy/self-verify-policy-manager.cpp b/src/security/policy/self-verify-policy-manager.cpp index dc4058e..5c189c5 100644 --- a/src/security/policy/self-verify-policy-manager.cpp +++ b/src/security/policy/self-verify-policy-manager.cpp
@@ -6,6 +6,8 @@ * See COPYING for copyright and distribution information. */ +#ifdef TEMPRORARILY_DISABLED + #include "../../c/util/crypto.h" #include <ndn-cpp/sha256-with-rsa-signature.hpp> #include <ndn-cpp/security/security-exception.hpp> @@ -126,3 +128,5 @@ } } + +#endif // TEMPORARILY_DISABLED