diff options
Diffstat (limited to 'src/cli/pk_crypt.cpp')
-rw-r--r-- | src/cli/pk_crypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/pk_crypt.cpp b/src/cli/pk_crypt.cpp index 4888a742f..b7fd62ac1 100644 --- a/src/cli/pk_crypt.cpp +++ b/src/cli/pk_crypt.cpp @@ -179,7 +179,7 @@ class PK_Decrypt final : public Command if(oaep_hash.empty()) { - error_output() << "Unknown hash function used with OAEP, OID " << oaep_hash_id.get_oid().as_string() << "\n"; + error_output() << "Unknown hash function used with OAEP, OID " << oaep_hash_id.get_oid().to_string() << "\n"; return set_return_code(1); } |