commit | 9c65b2bd1978a918b52a459596dafc7dde992416 | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Tue Apr 07 17:01:10 2015 -0600 |
committer | Shawn Willden <swillden@google.com> | Thu Apr 09 17:47:19 2015 -0600 |
tree | 994b6a85e1197c8ecbec90ff9fe2c872b79c8d08 | |
parent | d7a5c71d3b59cc27bccf364378bcfd4cd2553978 [diff] [blame] |
Remove reference to DSA and rename KM_ALGORITHM_ECDSA. Change-Id: Ibffddc5c3a5c728182f5ca7f6a76381413fc8645
diff --git a/openssl_utils.cpp b/openssl_utils.cpp index c8e9b79..4424a4d 100644 --- a/openssl_utils.cpp +++ b/openssl_utils.cpp
@@ -30,7 +30,7 @@ switch (algorithm) { case KM_ALGORITHM_RSA: return EVP_PKEY_RSA; - case KM_ALGORITHM_ECDSA: + case KM_ALGORITHM_EC: return EVP_PKEY_EC; default: return -1;