aboutsummaryrefslogtreecommitdiff
path: root/tool/ciphers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tool/ciphers.cc')
-rw-r--r--tool/ciphers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/ciphers.cc b/tool/ciphers.cc
index 6370b78..3a7e23d 100644
--- a/tool/ciphers.cc
+++ b/tool/ciphers.cc
@@ -52,7 +52,7 @@ bool Ciphers(const std::vector<std::string> &args) {
printf(" ");
}
- printf("%s\n", SSL_CIPHER_get_name(cipher));
+ printf("%s\n", SSL_CIPHER_standard_name(cipher));
if (!in_group && last_in_group) {
printf("]\n");