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] [blame] |
security: Fix typo in osx-private-key-storage. Need // comment in #endif.
diff --git a/ndn-cpp/security/identity/osx-private-key-storage.cpp b/ndn-cpp/security/identity/osx-private-key-storage.cpp index 5728ad7..136d054 100644 --- a/ndn-cpp/security/identity/osx-private-key-storage.cpp +++ b/ndn-cpp/security/identity/osx-private-key-storage.cpp
@@ -512,4 +512,4 @@ } -#endif NDN_CPP_HAVE_OSX_SECURITY +#endif // NDN_CPP_HAVE_OSX_SECURITY