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:
@@ -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());
|
||||
|
Reference in New Issue
Block a user