commit | 87039537fc33ffe726077e50a531bc30b5874b80 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Sep 16 15:15:39 2017 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Mon Sep 18 18:50:08 2017 -0400 |
tree | a87ea82eea160726da5f2b6877a74e0492e84845 | |
parent | c21979d3ba95235893bd400084c52a8098a63eba [diff] [blame] |
security: consistently use EVP_MD conversion helper Change-Id: Icd95009fba223c461988fe7b341be55972d30f91
diff --git a/src/security/detail/openssl-helper.hpp b/src/security/detail/openssl-helper.hpp index dfc630d..51a4a36 100644 --- a/src/security/detail/openssl-helper.hpp +++ b/src/security/detail/openssl-helper.hpp
@@ -30,7 +30,7 @@ namespace detail { const EVP_MD* -toDigestEvpMd(DigestAlgorithm algo); +digestAlgorithmToEvpMd(DigestAlgorithm algo); int getEvpPkeyType(EVP_PKEY* key);