diff options
Diffstat (limited to 'src/lib/tls/tls_policy.h')
-rw-r--r-- | src/lib/tls/tls_policy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/tls_policy.h b/src/lib/tls/tls_policy.h index a109ecc44..378b9ee94 100644 --- a/src/lib/tls/tls_policy.h +++ b/src/lib/tls/tls_policy.h @@ -143,7 +143,7 @@ class BOTAN_DLL Policy * Default returns true iff version is not the latest version the * policy allows, exists to allow override in case of interop problems. */ - virtual bool send_fallback_scsv(const Protocol_Version& version) const; + virtual bool send_fallback_scsv(Protocol_Version version) const; /** * Allows policy to reject any ciphersuites which are undesirable |