aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/aead/ccm/ccm.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-12-10 03:30:24 +0000
committerlloyd <[email protected]>2013-12-10 03:30:24 +0000
commit748d7fd4b622ee3c9d95343e02ed945c217507f7 (patch)
treed2d1d58147b5b723b37f02133735ebca9bebd6ad /src/modes/aead/ccm/ccm.h
parent4874b0727843bba925bcd3b5c0659c5f1cb059d9 (diff)
s/default_nonce_size/default_nonce_length/
Diffstat (limited to 'src/modes/aead/ccm/ccm.h')
-rw-r--r--src/modes/aead/ccm/ccm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/aead/ccm/ccm.h b/src/modes/aead/ccm/ccm.h
index a62c84f55..b9ce0b30b 100644
--- a/src/modes/aead/ccm/ccm.h
+++ b/src/modes/aead/ccm/ccm.h
@@ -37,7 +37,7 @@ class BOTAN_DLL CCM_Mode : public AEAD_Mode
bool valid_nonce_length(size_t) const override;
- size_t default_nonce_size() const override;
+ size_t default_nonce_length() const override;
void clear();