Use local error buffer in readStoreFromBuffer
[folly.git] / folly / ssl / OpenSSLHash.cpp
index 7b1c439470518bf54fce94e232eb9aff409a6b08..7062a16ba07586d86d550e89137870755d41fafb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -31,6 +31,5 @@ namespace ssl {
 [[noreturn]] void OpenSSLHash::check_libssl_result_throw() {
   throw std::runtime_error("openssl crypto function failed");
 }
-
-}
-}
+} // namespace ssl
+} // namespace folly