diff options
author | lloyd <[email protected]> | 2010-04-20 00:07:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-04-20 00:07:38 +0000 |
commit | fde718068a630858f152485b6b19cd8c30fd1e03 (patch) | |
tree | 7203ba674cbd64f5c41b6e714a1fdfe5d95a09e8 | |
parent | cc691a3c2468f7870af3b5d778061806ef3ea557 (diff) |
Compile fix
-rw-r--r-- | src/ssl/tls_suites.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl/tls_suites.cpp b/src/ssl/tls_suites.cpp index 5abd8accd..ccc4ab502 100644 --- a/src/ssl/tls_suites.cpp +++ b/src/ssl/tls_suites.cpp @@ -13,7 +13,7 @@ namespace Botan { /** * Convert an SSL/TLS ciphersuite to algorithm fields */ -TLS_Ciphersuite_Algos TLS_Suites::lookup_ciphersuite(u16bit suite) +TLS_Ciphersuite_Algos CipherSuite::lookup_ciphersuite(u16bit suite) { if(suite == TLS_RSA_WITH_RC4_128_MD5) return TLS_Ciphersuite_Algos(TLS_ALGO_SIGNER_RSA | |