2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[master] spelling

This commit is contained in:
Francis Dupont
2015-03-15 12:30:38 +01:00
parent 1f1f60d8a4
commit c3f072c7cb

View File

@@ -77,7 +77,7 @@ public:
EVP_DigestInit_ex(md_.get(), algo, NULL);
}
/// @brief Destrucotr
/// @brief Destructor
~HashImpl() {
if (md_) {
EVP_MD_CTX_cleanup(md_.get());