aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/cfb/cfb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes/cfb/cfb.cpp')
-rw-r--r--src/modes/cfb/cfb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/cfb/cfb.cpp b/src/modes/cfb/cfb.cpp
index 2edb917b4..7721e1487 100644
--- a/src/modes/cfb/cfb.cpp
+++ b/src/modes/cfb/cfb.cpp
@@ -54,7 +54,7 @@ Key_Length_Specification CFB_Mode::key_spec() const
return cipher().key_spec();
}
-size_t CFB_Mode::default_nonce_size() const
+size_t CFB_Mode::default_nonce_length() const
{
return cipher().block_size();
}