commit | 6154ae2369d23d3794d97d8c3a258d47af3a5a01 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Oct 18 10:44:57 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Oct 18 10:44:57 2013 -0700 |
tree | 05f7cebe5cb36d833ecba314ee2f7fd727755ce5 | |
parent | 6759833b85a8044e070c689d0e8951a3fb303aa9 [diff] [blame] |
DER encoding: Implement CertificateExtension::toDerBlob.
diff --git a/ndn-cpp/security/identity/identity-manager.cpp b/ndn-cpp/security/identity/identity-manager.cpp index c5a7793..3faf94b 100644 --- a/ndn-cpp/security/identity/identity-manager.cpp +++ b/ndn-cpp/security/identity/identity-manager.cpp
@@ -6,7 +6,7 @@ * See COPYING for copyright and distribution information. */ -#if 1 +#if 1 // TODO: Remove this when we don't throw "not implemented". #include <stdexcept> #endif #include <ctime>