mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[master] spelling
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
|||||||
EVP_DigestInit_ex(md_.get(), algo, NULL);
|
EVP_DigestInit_ex(md_.get(), algo, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief Destrucotr
|
/// @brief Destructor
|
||||||
~HashImpl() {
|
~HashImpl() {
|
||||||
if (md_) {
|
if (md_) {
|
||||||
EVP_MD_CTX_cleanup(md_.get());
|
EVP_MD_CTX_cleanup(md_.get());
|
||||||
|
Reference in New Issue
Block a user