commit | ade5bda9aeba78fbadde62f9af6a96aab3a6e125 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Aug 09 01:01:22 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Aug 09 01:01:22 2013 -0700 |
tree | a290a41c24039491f513a83ecf8c39b5f5adf7da | |
parent | 47c93cf2ce0d5288f9cf762f1d454549d7739584 [diff] [blame] |
Temporarily comment out openssl code
diff --git a/ndn-cpp/key-chain.cpp b/ndn-cpp/key-chain.cpp index 003a4a8..d195b6f 100644 --- a/ndn-cpp/key-chain.cpp +++ b/ndn-cpp/key-chain.cpp
@@ -25,6 +25,7 @@ 0x00, 01 }; +#if 0 /** * Set digest to the sha-256 digest of data * @param data Pointer to the input byte array. @@ -83,6 +84,6 @@ data.getSignature().setSignature(signature, signatureLength); } - +#endif }