commit | c564781f308e015c4b5f4f08d1245ef8d7e6c149 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Oct 11 18:06:38 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Oct 11 18:06:38 2013 -0700 |
tree | 5854e9d61146e3ec5d762127c8a45d8771f6fbe2 | |
parent | d896a8733052b00ed517fb8ce23cb63e88da53bf [diff] |
security: Fix typo in osx-private-key-storage. Need // comment in #endif.
diff --git a/include/ndn-cpp/security/identity/osx-private-key-storage.hpp b/include/ndn-cpp/security/identity/osx-private-key-storage.hpp index 729bf9e..2e1c977 100644 --- a/include/ndn-cpp/security/identity/osx-private-key-storage.hpp +++ b/include/ndn-cpp/security/identity/osx-private-key-storage.hpp
@@ -200,6 +200,6 @@ } -#endif NDN_CPP_HAVE_OSX_SECURITY +#endif // NDN_CPP_HAVE_OSX_SECURITY #endif